Html Css Color HEX #5FECF9 Baby Blue

📋 copy color: '#5FECF9'

red 95 ◦ green 236 ◦ blue 249

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

Shades of Baby Blue #5FECF9

Tints of Baby Blue #5FECF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 16.38%
G = 40.69%
B = 42.93%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FECF9 (or 0x5FECF9) is known color: Baby Blue. HEX triplet: 5F, EC and F9. RGB value is (95,236,249). Sum of RGB (Red+Green+Blue) = 95+236+249=580 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.38% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECF9 is #A01306. Grayscale: #C3C3C3. Windows color (decimal): -10490631 or 16378975. OLE color: 16378975.

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

Color convert

RGB 95 236 249 -
CMYK 0.62 0.05 0 0.02
HSL 185.06º 0.93% 0.67% -
HSV(B) 185.06º 0.62% 0.98% -
XYZ 51.81 69.26 100.26 -
YUV 195.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 95 236 249 0.62 0.05 0 0.02 185.06 0.93 0.67
Hex 5F EC F9 3E 5 0 2 B9 5D 43
Octal 137 354 371 76 5 0 2 271 135 103
Binary 1011111 11101100 11111001 111110 101 0 10 10111001 1011101 1000011

Color Harmonies of #5FECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECF9

Black with #5FECF9

Text Example


Text Example

White with #5FECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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