Html Css Color HEX #5DFBEC Baby Blue

📋 copy color: '#5DFBEC'

red 93 ◦ green 251 ◦ blue 236

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

Shades of Baby Blue #5DFBEC

Tints of Baby Blue #5DFBEC

RGB

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

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

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

R = 16.03%
G = 43.28%
B = 40.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#5DFBEC (or 0x5DFBEC) is known color: Baby Blue. HEX triplet: 5D, FB and EC. RGB value is (93,251,236). Sum of RGB (Red+Green+Blue) = 93+251+236=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFBEC is #A20413. Grayscale: #C9C9C9. Windows color (decimal): -10617876 or 15530845. OLE color: 15530845.

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

Color convert

RGB 93 251 236 -
CMYK 0.63 0 0.06 0.02
HSL 174.3º 0.95% 0.67% -
HSV(B) 174.3º 0.63% 0.98% -
XYZ 54.15 77.38 91.44 -
YUV 202.05 147.15 50.22 -
System Red Green Blue C M Y K H S L
Decimal 93 251 236 0.63 0 0.06 0.02 174.3 0.95 0.67
Hex 5D FB EC 3F 0 6 2 AE 5F 43
Octal 135 373 354 77 0 6 2 256 137 103
Binary 1011101 11111011 11101100 111111 0 110 10 10101110 1011111 1000011

Color Harmonies of #5DFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFBEC

Black with #5DFBEC

Text Example


Text Example

White with #5DFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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