Html Css Color HEX #5FECF8 Baby Blue

📋 copy color: '#5FECF8'

red 95 ◦ green 236 ◦ blue 248

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

Shades of Baby Blue #5FECF8

Tints of Baby Blue #5FECF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.83%

R = 16.41%
G = 40.76%
B = 42.83%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5FECF8 (or 0x5FECF8) is known color: Baby Blue. HEX triplet: 5F, EC and F8. RGB value is (95,236,248). Sum of RGB (Red+Green+Blue) = 95+236+248=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #5FECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECF8 is #A01307. Grayscale: #C3C3C3. Windows color (decimal): -10490632 or 16313439. OLE color: 16313439.

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

Color convert

RGB 95 236 248 -
CMYK 0.62 0.05 0 0.03
HSL 184.71º 0.92% 0.67% -
HSV(B) 184.71º 0.62% 0.97% -
XYZ 51.66 69.2 99.44 -
YUV 195.21 157.79 56.52 -
System Red Green Blue C M Y K H S L
Decimal 95 236 248 0.62 0.05 0 0.03 184.71 0.92 0.67
Hex 5F EC F8 3E 5 0 3 B9 5C 43
Octal 137 354 370 76 5 0 3 271 134 103
Binary 1011111 11101100 11111000 111110 101 0 11 10111001 1011100 1000011

Color Harmonies of #5FECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECF8

Black with #5FECF8

Text Example


Text Example

White with #5FECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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