#5EFFFD

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

Shades of Baby Blue #5EFFFD

Tints of Baby Blue #5EFFFD

Color information

#5EFFFD (or 0x5EFFFD) is unknown color: approx Baby Blue. HEX triplet: 5E, FF and FD. RGB value is (94,255,253). Sum of RGB (Red+Green+Blue) = 94+255+253=602 (79% of max value = 765). Red value is 94 (37.11% from 255 or 15.61% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFFFD is #A10002. Grayscale: #CECECE. Windows color (decimal): -10551299 or 16645982. OLE color: 16645982.

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

Color convert

RGB94255253-
CMYK0.6300.010
HSL179.25º100%68.43%-
HSV(B)179.25º63.14%100%-
XYZ58.1180.99105.5-
YUV206.63154.1647.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 15.61%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=15.61%
G=42.36%
B=42.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal942552530.6300.010179.2510068.43
Hex5EFFFD3F010b36444
Octal13637737577010263144104
Binary101111011111111111111011111110101011001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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