Html Css Color HEX #5EEEFE Baby Blue

📋 copy color: '#5EEEFE'

red 94 ◦ green 238 ◦ blue 254

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

Shades of Baby Blue #5EEEFE

Tints of Baby Blue #5EEEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.61%

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 16.04%
G = 40.61%
B = 43.34%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5EEEFE (or 0x5EEEFE) is known color: Baby Blue. HEX triplet: 5E, EE and FE. RGB value is (94,238,254). Sum of RGB (Red+Green+Blue) = 94+238+254=586 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.04% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEEFE is #A11101. Grayscale: #C4C4C4. Windows color (decimal): -10555650 or 16707166. OLE color: 16707166.

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

Color convert

RGB 94 238 254 -
CMYK 0.63 0.06 0 0.00
HSL 186º 0.99% 0.68% -
HSV(B) 186º 0.63% 1% -
XYZ 53.08 70.68 104.61 -
YUV 196.77 160.29 54.7 -
System Red Green Blue C M Y K H S L
Decimal 94 238 254 0.63 0.06 0 0.00 186 0.99 0.68
Hex 5E EE FE 3F 6 0 0 BA 63 44
Octal 136 356 376 77 6 0 0 272 143 104
Binary 1011110 11101110 11111110 111111 110 0 0 10111010 1100011 1000100

Color Harmonies of #5EEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEEFE

Black with #5EEEFE

Text Example


Text Example

White with #5EEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,238,254); }

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

background-color css

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

 a { background-color: rgb(94,238,254); }

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

border-color css

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

 span { border-color: rgb(94,238,254); }

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