#5EFAFA

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

Shades of Baby Blue #5EFAFA

Tints of Baby Blue #5EFAFA

Color information

#5EFAFA (or 0x5EFAFA) is unknown color: approx Baby Blue. HEX triplet: 5E, FA and FA. RGB value is (94,250,250). Sum of RGB (Red+Green+Blue) = 94+250+250=594 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.82% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #5EFAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAFA is #A10505. Grayscale: #CBCBCB. Windows color (decimal): -10552582 or 16448094. OLE color: 16448094.

HSL color Cylindrical-coordinate representation of color #5EFAFA: hue angle of 180º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFAFA is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94250250-
CMYK0.62000.02
HSL180º93.98%67.45%-
HSV(B)180º62.4%98.04%-
XYZ56.0677.65102.48-
YUV203.36154.3250-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 15.82%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=15.82%
G=42.09%
B=42.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942502500.62000.0218093.9867.45
Hex5EFAFA3E002b45e43
Octal13637237276002264136103
Binary1011110111110101111101011111000101011010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,250,250); }

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

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

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

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

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

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

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