Shades of Baby Blue #5EFAFA
Tints of Baby Blue #5EFAFA
RGB
CMYK
RGB Variations
Color information
#5EFAFA (or 0x5EFAFA) is known color: 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
RGB | 94 | 250 | 250 | - |
CMYK | 0.62 | 0 | 0 | 0.02 |
HSL | 180º | 0.94% | 0.67% | - |
HSV(B) | 180º | 0.62% | 0.98% | - |
XYZ | 56.06 | 77.65 | 102.48 | - |
YUV | 203.36 | 154.32 | 50 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 250 | 250 | 0.62 | 0 | 0 | 0.02 | 180 | 0.94 | 0.67 |
Hex | 5E | FA | FA | 3E | 0 | 0 | 2 | B4 | 5E | 43 |
Octal | 136 | 372 | 372 | 76 | 0 | 0 | 2 | 264 | 136 | 103 |
Binary | 1011110 | 11111010 | 11111010 | 111110 | 0 | 0 | 10 | 10110100 | 1011110 | 1000011 |
Color Harmonies of #5EFAFA
Complementary color
Monochromatic Colors of #5EFAFA
Black with #5EFAFA
Text Example
Text Example
White with #5EFAFA
Text Example
Text Example
HTML Codes & Css Web 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>