Shades of Baby Blue #6EF2FF
Tints of Baby Blue #6EF2FF
RGB
CMYK
RGB Variations
Color information
#6EF2FF (or 0x6EF2FF) is known color: Baby Blue. HEX triplet: 6E, F2 and FF. RGB value is (110,242,255). Sum of RGB (Red+Green+Blue) = 110+242+255=607 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.12% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EF2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF2FF is #910D00. Grayscale: #CBCBCB. Windows color (decimal): -9506049 or 16773742. OLE color: 16773742.
HSL color Cylindrical-coordinate representation of color #6EF2FF: hue angle of 185.38º 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 #6EF2FF is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 242 | 255 | - |
| CMYK | 0.57 | 0.05 | 0 | 0 |
| HSL | 185.38º | 1% | 0.72% | - |
| HSV(B) | 185.38º | 0.57% | 1% | - |
| XYZ | 56.23 | 74.04 | 105.94 | - |
| YUV | 204.01 | 156.77 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 242 | 255 | 0.57 | 0.05 | 0 | 0 | 185.38 | 1 | 0.72 |
| Hex | 6E | F2 | FF | 39 | 5 | 0 | 0 | B9 | 64 | 48 |
| Octal | 156 | 362 | 377 | 71 | 5 | 0 | 0 | 271 | 144 | 110 |
| Binary | 1101110 | 11110010 | 11111111 | 111001 | 101 | 0 | 0 | 10111001 | 1100100 | 1001000 |
Color Harmonies of #6EF2FF
Complementary color
Monochromatic Colors of #6EF2FF
Black with #6EF2FF
Text Example
Text Example
White with #6EF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF2FF; }
p { color: rgb(110,242,255); }
H1.HeaderClassName
{
color: #6EF2FF;
}
.AnyTagClassName
{
color: #6EF2FF;
}
</style>
background-color css
<style>
a { background-color: #6EF2FF; }
a { background-color: rgb(110,242,255); }
div.DivClassName
{
background-color: #6EF2FF;
}
.BgClassName
{
background-color: #6EF2FF;
}
</style>
border-color css
<style>
span { border-color: #6EF2FF; }
span { border-color: rgb(110,242,255); }
td.TdClassName
{
border-color: #6EF2FF;
}
.TagClassName
{
border-color: #6EF2FF;
}
</style>