Shades of Baby Blue #6FFFED
Tints of Baby Blue #6FFFED
RGB
CMYK
RGB Variations
Color information
#6FFFED (or 0x6FFFED) is known color: Baby Blue. HEX triplet: 6F, FF and ED. RGB value is (111,255,237). Sum of RGB (Red+Green+Blue) = 111+255+237=603 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.41% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFFED is #900012. Grayscale: #D1D1D1. Windows color (decimal): -9437203 or 15597423. OLE color: 15597423.
HSL color Cylindrical-coordinate representation of color #6FFFED: hue angle of 172.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFED is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 237 | - |
| CMYK | 0.56 | 0 | 0.07 | 0 |
| HSL | 172.5º | 1% | 0.72% | - |
| HSV(B) | 172.5º | 0.56% | 1% | - |
| XYZ | 57.6 | 81.01 | 92.72 | - |
| YUV | 209.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 237 | 0.56 | 0 | 0.07 | 0 | 172.5 | 1 | 0.72 |
| Hex | 6F | FF | ED | 38 | 0 | 7 | 0 | AC | 64 | 48 |
| Octal | 157 | 377 | 355 | 70 | 0 | 7 | 0 | 254 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11101101 | 111000 | 0 | 111 | 0 | 10101100 | 1100100 | 1001000 |
Color Harmonies of #6FFFED
Complementary color
Monochromatic Colors of #6FFFED
Black with #6FFFED
Text Example
Text Example
White with #6FFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFED; }
p { color: rgb(111,255,237); }
H1.HeaderClassName
{
color: #6FFFED;
}
.AnyTagClassName
{
color: #6FFFED;
}
</style>
background-color css
<style>
a { background-color: #6FFFED; }
a { background-color: rgb(111,255,237); }
div.DivClassName
{
background-color: #6FFFED;
}
.BgClassName
{
background-color: #6FFFED;
}
</style>
border-color css
<style>
span { border-color: #6FFFED; }
span { border-color: rgb(111,255,237); }
td.TdClassName
{
border-color: #6FFFED;
}
.TagClassName
{
border-color: #6FFFED;
}
</style>