Shades of Baby Blue #6EF7FF
Tints of Baby Blue #6EF7FF
RGB
CMYK
RGB Variations
Color information
#6EF7FF (or 0x6EF7FF) is known color: Baby Blue. HEX triplet: 6E, F7 and FF. RGB value is (110,247,255). Sum of RGB (Red+Green+Blue) = 110+247+255=612 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.97% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EF7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF7FF is #910800. Grayscale: #CECECE. Windows color (decimal): -9504769 or 16775022. OLE color: 16775022.
HSL color Cylindrical-coordinate representation of color #6EF7FF: hue angle of 183.31º 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 #6EF7FF is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 247 | 255 | - |
| CMYK | 0.57 | 0.03 | 0 | 0 |
| HSL | 183.31º | 1% | 0.72% | - |
| HSV(B) | 183.31º | 0.57% | 1% | - |
| XYZ | 57.74 | 77.06 | 106.44 | - |
| YUV | 206.95 | 155.11 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 247 | 255 | 0.57 | 0.03 | 0 | 0 | 183.31 | 1 | 0.72 |
| Hex | 6E | F7 | FF | 39 | 3 | 0 | 0 | B7 | 64 | 48 |
| Octal | 156 | 367 | 377 | 71 | 3 | 0 | 0 | 267 | 144 | 110 |
| Binary | 1101110 | 11110111 | 11111111 | 111001 | 11 | 0 | 0 | 10110111 | 1100100 | 1001000 |
Color Harmonies of #6EF7FF
Complementary color
Monochromatic Colors of #6EF7FF
Black with #6EF7FF
Text Example
Text Example
White with #6EF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF7FF; }
p { color: rgb(110,247,255); }
H1.HeaderClassName
{
color: #6EF7FF;
}
.AnyTagClassName
{
color: #6EF7FF;
}
</style>
background-color css
<style>
a { background-color: #6EF7FF; }
a { background-color: rgb(110,247,255); }
div.DivClassName
{
background-color: #6EF7FF;
}
.BgClassName
{
background-color: #6EF7FF;
}
</style>
border-color css
<style>
span { border-color: #6EF7FF; }
span { border-color: rgb(110,247,255); }
td.TdClassName
{
border-color: #6EF7FF;
}
.TagClassName
{
border-color: #6EF7FF;
}
</style>