#5EEEFD

Color #5EEEFD Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #5EEEFD

Tints of Baby Blue #5EEEFD

Color information

#5EEEFD (or 0x5EEEFD) is unknown color: approx Baby Blue. HEX triplet: 5E, EE and FD. RGB value is (94,238,253). Sum of RGB (Red+Green+Blue) = 94+238+253=585 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.07% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEEFD is #A11102. Grayscale: #C4C4C4. Windows color (decimal): -10555651 or 16641630. OLE color: 16641630.

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

Color convert

RGB94238253-
CMYK0.630.0600.01
HSL185.66º97.55%68.04%-
HSV(B)185.66º62.85%99.22%-
XYZ52.9270.62103.77-
YUV196.65159.7954.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.07%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=16.07%
G=40.68%
B=43.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942382530.630.0600.01185.6697.5568.04
Hex5EEEFD3F601ba6244
Octal13635637577601272142104
Binary10111101110111011111101111111110011011101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EEEFD;
 }
 .AnyTagClassName
 {
   color: #5EEEFD;
 }
</style>
background-color css

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

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

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

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

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

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