Shades of Baby Blue #6EFFFA
Tints of Baby Blue #6EFFFA
RGB
CMYK
RGB Variations
Color information
#6EFFFA (or 0x6EFFFA) is known color: Baby Blue. HEX triplet: 6E, FF and FA. RGB value is (110,255,250). Sum of RGB (Red+Green+Blue) = 110+255+250=615 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.89% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFFA is #910005. Grayscale: #D2D2D2. Windows color (decimal): -9502726 or 16449390. OLE color: 16449390.
HSL color Cylindrical-coordinate representation of color #6EFFFA: hue angle of 177.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFFA is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 250 | - |
| CMYK | 0.57 | 0 | 0.02 | 0 |
| HSL | 177.93º | 1% | 0.72% | - |
| HSV(B) | 177.93º | 0.57% | 1% | - |
| XYZ | 59.45 | 81.74 | 103.09 | - |
| YUV | 211.08 | 149.96 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 250 | 0.57 | 0 | 0.02 | 0 | 177.93 | 1 | 0.72 |
| Hex | 6E | FF | FA | 39 | 0 | 2 | 0 | B2 | 64 | 48 |
| Octal | 156 | 377 | 372 | 71 | 0 | 2 | 0 | 262 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11111010 | 111001 | 0 | 10 | 0 | 10110010 | 1100100 | 1001000 |
Color Harmonies of #6EFFFA
Complementary color
Monochromatic Colors of #6EFFFA
Black with #6EFFFA
Text Example
Text Example
White with #6EFFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFFA; }
p { color: rgb(110,255,250); }
H1.HeaderClassName
{
color: #6EFFFA;
}
.AnyTagClassName
{
color: #6EFFFA;
}
</style>
background-color css
<style>
a { background-color: #6EFFFA; }
a { background-color: rgb(110,255,250); }
div.DivClassName
{
background-color: #6EFFFA;
}
.BgClassName
{
background-color: #6EFFFA;
}
</style>
border-color css
<style>
span { border-color: #6EFFFA; }
span { border-color: rgb(110,255,250); }
td.TdClassName
{
border-color: #6EFFFA;
}
.TagClassName
{
border-color: #6EFFFA;
}
</style>