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