Html Css Color HEX #5DFCEC Baby Blue

📋 copy color: '#5DFCEC'

red 93 ◦ green 252 ◦ blue 236

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

Shades of Baby Blue #5DFCEC

Tints of Baby Blue #5DFCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 16.01%
G = 43.37%
B = 40.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#5DFCEC (or 0x5DFCEC) is known color: Baby Blue. HEX triplet: 5D, FC and EC. RGB value is (93,252,236). Sum of RGB (Red+Green+Blue) = 93+252+236=581 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.01% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFCEC is #A20313. Grayscale: #CACACA. Windows color (decimal): -10617620 or 15531101. OLE color: 15531101.

HSL color Cylindrical-coordinate representation of color #5DFCEC: hue angle of 173.96º 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 #5DFCEC is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 252 236 -
CMYK 0.63 0 0.06 0.01
HSL 173.96º 0.96% 0.68% -
HSV(B) 173.96º 0.63% 0.99% -
XYZ 54.46 78 91.54 -
YUV 202.64 146.82 49.8 -
System Red Green Blue C M Y K H S L
Decimal 93 252 236 0.63 0 0.06 0.01 173.96 0.96 0.68
Hex 5D FC EC 3F 0 6 1 AE 60 44
Octal 135 374 354 77 0 6 1 256 140 104
Binary 1011101 11111100 11101100 111111 0 110 1 10101110 1100000 1000100

Color Harmonies of #5DFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFCEC

Black with #5DFCEC

Text Example


Text Example

White with #5DFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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