Html Css Color HEX #5EECF8 Baby Blue

📋 copy color: '#5EECF8'

red 94 ◦ green 236 ◦ blue 248

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

Shades of Baby Blue #5EECF8

Tints of Baby Blue #5EECF8

RGB

 RED value IS 94 (37.11% from 255) = 16.26%

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

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

R = 16.26%
G = 40.83%
B = 42.91%

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

#5EECF8 (or 0x5EECF8) is known color: Baby Blue. HEX triplet: 5E, EC and F8. RGB value is (94,236,248). Sum of RGB (Red+Green+Blue) = 94+236+248=578 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.26% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #5EECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EECF8 is #A11307. Grayscale: #C2C2C2. Windows color (decimal): -10556168 or 16313438. OLE color: 16313438.

HSL color Cylindrical-coordinate representation of color #5EECF8: hue angle of 184.68º 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 #5EECF8 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 94 236 248 -
CMYK 0.62 0.05 0 0.03
HSL 184.68º 0.92% 0.67% -
HSV(B) 184.68º 0.62% 0.97% -
XYZ 51.55 69.15 99.44 -
YUV 194.91 157.96 56.02 -
System Red Green Blue C M Y K H S L
Decimal 94 236 248 0.62 0.05 0 0.03 184.68 0.92 0.67
Hex 5E EC F8 3E 5 0 3 B9 5C 43
Octal 136 354 370 76 5 0 3 271 134 103
Binary 1011110 11101100 11111000 111110 101 0 11 10111001 1011100 1000011

Color Harmonies of #5EECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EECF8

Black with #5EECF8

Text Example


Text Example

White with #5EECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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