Shades of Baby Blue #6EFAFF
Tints of Baby Blue #6EFAFF
RGB
CMYK
RGB Variations
Color information
#6EFAFF (or 0x6EFAFF) is known color: Baby Blue. HEX triplet: 6E, FA and FF. RGB value is (110,250,255). Sum of RGB (Red+Green+Blue) = 110+250+255=615 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.89% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EFAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFAFF is #910500. Grayscale: #D0D0D0. Windows color (decimal): -9504001 or 16775790. OLE color: 16775790.
HSL color Cylindrical-coordinate representation of color #6EFAFF: hue angle of 182.07º 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 #6EFAFF is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 250 | 255 | - |
| CMYK | 0.57 | 0.02 | 0 | 0 |
| HSL | 182.07º | 1% | 0.72% | - |
| HSV(B) | 182.07º | 0.57% | 1% | - |
| XYZ | 58.67 | 78.91 | 106.75 | - |
| YUV | 208.71 | 154.12 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 255 | 0.57 | 0.02 | 0 | 0 | 182.07 | 1 | 0.72 |
| Hex | 6E | FA | FF | 39 | 2 | 0 | 0 | B6 | 64 | 48 |
| Octal | 156 | 372 | 377 | 71 | 2 | 0 | 0 | 266 | 144 | 110 |
| Binary | 1101110 | 11111010 | 11111111 | 111001 | 10 | 0 | 0 | 10110110 | 1100100 | 1001000 |
Color Harmonies of #6EFAFF
Complementary color
Monochromatic Colors of #6EFAFF
Black with #6EFAFF
Text Example
Text Example
White with #6EFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFAFF; }
p { color: rgb(110,250,255); }
H1.HeaderClassName
{
color: #6EFAFF;
}
.AnyTagClassName
{
color: #6EFAFF;
}
</style>
background-color css
<style>
a { background-color: #6EFAFF; }
a { background-color: rgb(110,250,255); }
div.DivClassName
{
background-color: #6EFAFF;
}
.BgClassName
{
background-color: #6EFAFF;
}
</style>
border-color css
<style>
span { border-color: #6EFAFF; }
span { border-color: rgb(110,250,255); }
td.TdClassName
{
border-color: #6EFAFF;
}
.TagClassName
{
border-color: #6EFAFF;
}
</style>