Shades of Baby Blue #6FEEF2
Tints of Baby Blue #6FEEF2
RGB
CMYK
RGB Variations
Color information
#6FEEF2 (or 0x6FEEF2) is known color: Baby Blue. HEX triplet: 6F, EE and F2. RGB value is (111,238,242). Sum of RGB (Red+Green+Blue) = 111+238+242=591 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.78% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FEEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEEF2 is #90110D. Grayscale: #C8C8C8. Windows color (decimal): -9441550 or 15920751. OLE color: 15920751.
HSL color Cylindrical-coordinate representation of color #6FEEF2: hue angle of 181.83º 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 #6FEEF2 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 238 | 242 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.05 |
| HSL | 181.83º | 0.83% | 0.69% | - |
| HSV(B) | 181.83º | 0.54% | 0.95% | - |
| XYZ | 53.16 | 70.94 | 94.9 | - |
| YUV | 200.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 242 | 0.54 | 0.02 | 0 | 0.05 | 181.83 | 0.83 | 0.69 |
| Hex | 6F | EE | F2 | 36 | 2 | 0 | 5 | B6 | 53 | 45 |
| Octal | 157 | 356 | 362 | 66 | 2 | 0 | 5 | 266 | 123 | 105 |
| Binary | 1101111 | 11101110 | 11110010 | 110110 | 10 | 0 | 101 | 10110110 | 1010011 | 1000101 |
Color Harmonies of #6FEEF2
Complementary color
Monochromatic Colors of #6FEEF2
Black with #6FEEF2
Text Example
Text Example
White with #6FEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEF2; }
p { color: rgb(111,238,242); }
H1.HeaderClassName
{
color: #6FEEF2;
}
.AnyTagClassName
{
color: #6FEEF2;
}
</style>
background-color css
<style>
a { background-color: #6FEEF2; }
a { background-color: rgb(111,238,242); }
div.DivClassName
{
background-color: #6FEEF2;
}
.BgClassName
{
background-color: #6FEEF2;
}
</style>
border-color css
<style>
span { border-color: #6FEEF2; }
span { border-color: rgb(111,238,242); }
td.TdClassName
{
border-color: #6FEEF2;
}
.TagClassName
{
border-color: #6FEEF2;
}
</style>