Html Css Color HEX #5FECFF Baby Blue

📋 copy color: '#5FECFF'

red 95 ◦ green 236 ◦ blue 255

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

Shades of Baby Blue #5FECFF

Tints of Baby Blue #5FECFF

RGB

 RED value IS 95 (37.5% from 255) = 16.21%

 GREEN value IS 236 (92.58% from 255) = 40.27%

 BLUE value IS 255 (100% from 255) = 43.52%

R = 16.21%
G = 40.27%
B = 43.52%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5FECFF (or 0x5FECFF) is known color: Baby Blue. HEX triplet: 5F, EC and FF. RGB value is (95,236,255). Sum of RGB (Red+Green+Blue) = 95+236+255=586 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.21% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECFF is #A01300. Grayscale: #C3C3C3. Windows color (decimal): -10490625 or 16772191. OLE color: 16772191.

HSL color Cylindrical-coordinate representation of color #5FECFF: hue angle of 187.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FECFF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 95 236 255 -
CMYK 0.63 0.07 0 0
HSL 187.13º 1% 0.69% -
HSV(B) 187.13º 0.63% 1% -
XYZ 52.76 69.64 105.27 -
YUV 196.01 161.29 55.96 -
System Red Green Blue C M Y K H S L
Decimal 95 236 255 0.63 0.07 0 0 187.13 1 0.69
Hex 5F EC FF 3F 7 0 0 BB 64 45
Octal 137 354 377 77 7 0 0 273 144 105
Binary 1011111 11101100 11111111 111111 111 0 0 10111011 1100100 1000101

Color Harmonies of #5FECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECFF

Black with #5FECFF

Text Example


Text Example

White with #5FECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,236,255); }

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

background-color css

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

 a { background-color: rgb(95,236,255); }

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

border-color css

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

 span { border-color: rgb(95,236,255); }

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