Shades of Baby Blue #6FEFF2
Tints of Baby Blue #6FEFF2
RGB
CMYK
RGB Variations
Color information
#6FEFF2 (or 0x6FEFF2) is known color: Baby Blue. HEX triplet: 6F, EF and F2. RGB value is (111,239,242). Sum of RGB (Red+Green+Blue) = 111+239+242=592 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.75% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FEFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEFF2 is #90100D. Grayscale: #C8C8C8. Windows color (decimal): -9441294 or 15921007. OLE color: 15921007.
HSL color Cylindrical-coordinate representation of color #6FEFF2: hue angle of 181.37º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEFF2 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 239 | 242 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.05 |
| HSL | 181.37º | 0.83% | 0.69% | - |
| HSV(B) | 181.37º | 0.54% | 0.95% | - |
| XYZ | 53.45 | 71.52 | 94.99 | - |
| YUV | 201.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 242 | 0.54 | 0.01 | 0 | 0.05 | 181.37 | 0.83 | 0.69 |
| Hex | 6F | EF | F2 | 36 | 1 | 0 | 5 | B5 | 53 | 45 |
| Octal | 157 | 357 | 362 | 66 | 1 | 0 | 5 | 265 | 123 | 105 |
| Binary | 1101111 | 11101111 | 11110010 | 110110 | 1 | 0 | 101 | 10110101 | 1010011 | 1000101 |
Color Harmonies of #6FEFF2
Complementary color
Monochromatic Colors of #6FEFF2
Black with #6FEFF2
Text Example
Text Example
White with #6FEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFF2; }
p { color: rgb(111,239,242); }
H1.HeaderClassName
{
color: #6FEFF2;
}
.AnyTagClassName
{
color: #6FEFF2;
}
</style>
background-color css
<style>
a { background-color: #6FEFF2; }
a { background-color: rgb(111,239,242); }
div.DivClassName
{
background-color: #6FEFF2;
}
.BgClassName
{
background-color: #6FEFF2;
}
</style>
border-color css
<style>
span { border-color: #6FEFF2; }
span { border-color: rgb(111,239,242); }
td.TdClassName
{
border-color: #6FEFF2;
}
.TagClassName
{
border-color: #6FEFF2;
}
</style>