Html Css Color HEX #5DFCE5 Baby Blue

📋 copy color: '#5DFCE5'

red 93 ◦ green 252 ◦ blue 229

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

Shades of Baby Blue #5DFCE5

Tints of Baby Blue #5DFCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.9%

 BLUE value IS 229 (89.84% from 255) = 39.9%

R = 16.2%
G = 43.9%
B = 39.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#5DFCE5 (or 0x5DFCE5) is known color: Baby Blue. HEX triplet: 5D, FC and E5. RGB value is (93,252,229). Sum of RGB (Red+Green+Blue) = 93+252+229=574 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.20% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFCE5 is #A2031A. Grayscale: #C9C9C9. Windows color (decimal): -10617627 or 15072349. OLE color: 15072349.

HSL color Cylindrical-coordinate representation of color #5DFCE5: hue angle of 171.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFCE5 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 252 229 -
CMYK 0.63 0 0.09 0.01
HSL 171.32º 0.96% 0.68% -
HSV(B) 171.32º 0.63% 0.99% -
XYZ 53.47 77.61 86.29 -
YUV 201.84 143.32 50.37 -
System Red Green Blue C M Y K H S L
Decimal 93 252 229 0.63 0 0.09 0.01 171.32 0.96 0.68
Hex 5D FC E5 3F 0 9 1 AB 60 44
Octal 135 374 345 77 0 11 1 253 140 104
Binary 1011101 11111100 11100101 111111 0 1001 1 10101011 1100000 1000100

Color Harmonies of #5DFCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFCE5

Black with #5DFCE5

Text Example


Text Example

White with #5DFCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,252,229); }

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

background-color css

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

 a { background-color: rgb(93,252,229); }

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

border-color css

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

 span { border-color: rgb(93,252,229); }

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