Shades of Baby Blue #6EF3FF
Tints of Baby Blue #6EF3FF
RGB
CMYK
RGB Variations
Color information
#6EF3FF (or 0x6EF3FF) is known color: Baby Blue. HEX triplet: 6E, F3 and FF. RGB value is (110,243,255). Sum of RGB (Red+Green+Blue) = 110+243+255=608 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.09% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EF3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF3FF is #910C00. Grayscale: #CCCCCC. Windows color (decimal): -9505793 or 16773998. OLE color: 16773998.
HSL color Cylindrical-coordinate representation of color #6EF3FF: hue angle of 184.97º 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 #6EF3FF is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 243 | 255 | - |
| CMYK | 0.57 | 0.05 | 0 | 0 |
| HSL | 184.97º | 1% | 0.72% | - |
| HSV(B) | 184.97º | 0.57% | 1% | - |
| XYZ | 56.53 | 74.64 | 106.03 | - |
| YUV | 204.6 | 156.44 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 243 | 255 | 0.57 | 0.05 | 0 | 0 | 184.97 | 1 | 0.72 |
| Hex | 6E | F3 | FF | 39 | 5 | 0 | 0 | B9 | 64 | 48 |
| Octal | 156 | 363 | 377 | 71 | 5 | 0 | 0 | 271 | 144 | 110 |
| Binary | 1101110 | 11110011 | 11111111 | 111001 | 101 | 0 | 0 | 10111001 | 1100100 | 1001000 |
Color Harmonies of #6EF3FF
Complementary color
Monochromatic Colors of #6EF3FF
Black with #6EF3FF
Text Example
Text Example
White with #6EF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF3FF; }
p { color: rgb(110,243,255); }
H1.HeaderClassName
{
color: #6EF3FF;
}
.AnyTagClassName
{
color: #6EF3FF;
}
</style>
background-color css
<style>
a { background-color: #6EF3FF; }
a { background-color: rgb(110,243,255); }
div.DivClassName
{
background-color: #6EF3FF;
}
.BgClassName
{
background-color: #6EF3FF;
}
</style>
border-color css
<style>
span { border-color: #6EF3FF; }
span { border-color: rgb(110,243,255); }
td.TdClassName
{
border-color: #6EF3FF;
}
.TagClassName
{
border-color: #6EF3FF;
}
</style>