Html Css Color HEX #5DFBE4 Baby Blue

📋 copy color: '#5DFBE4'

red 93 ◦ green 251 ◦ blue 228

#5DFBE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #5DFBE4

Tints of Baby Blue #5DFBE4

RGB

 RED value IS 93 (36.72% from 255) = 16.26%

 GREEN value IS 251 (98.44% from 255) = 43.88%

 BLUE value IS 228 (89.45% from 255) = 39.86%

R = 16.26%
G = 43.88%
B = 39.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5DFBE4 (or 0x5DFBE4) is known color: Baby Blue. HEX triplet: 5D, FB and E4. RGB value is (93,251,228). Sum of RGB (Red+Green+Blue) = 93+251+228=572 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.26% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBE4 is #A2041B. Grayscale: #C9C9C9. Windows color (decimal): -10617884 or 15006557. OLE color: 15006557.

HSL color Cylindrical-coordinate representation of color #5DFBE4: hue angle of 171.27º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFBE4 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 251 228 -
CMYK 0.63 0 0.09 0.02
HSL 171.27º 0.95% 0.67% -
HSV(B) 171.27º 0.63% 0.98% -
XYZ 53.01 76.92 85.45 -
YUV 201.14 143.15 50.87 -
System Red Green Blue C M Y K H S L
Decimal 93 251 228 0.63 0 0.09 0.02 171.27 0.95 0.67
Hex 5D FB E4 3F 0 9 2 AB 5F 43
Octal 135 373 344 77 0 11 2 253 137 103
Binary 1011101 11111011 11100100 111111 0 1001 10 10101011 1011111 1000011

Color Harmonies of #5DFBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFBE4

Black with #5DFBE4

Text Example


Text Example

White with #5DFBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DFBE4; }

 p { color: rgb(93,251,228); }

 H1.HeaderClassName
 {
   color: #5DFBE4;
 }
 .AnyTagClassName
 {
   color: #5DFBE4;
 }
</style>

background-color css

<style>
 a { background-color: #5DFBE4; }

 a { background-color: rgb(93,251,228); }

 div.DivClassName
 {
   background-color: #5DFBE4;
 }
 .BgClassName
 {
   background-color: #5DFBE4;
 }
</style>

border-color css

<style>
 span { border-color: #5DFBE4; }

 span { border-color: rgb(93,251,228); }

 td.TdClassName
 {
   border-color: #5DFBE4;
 }
 .TagClassName
 {
   border-color: #5DFBE4;
 }
</style>