Shades of Baby Blue #6FEFED
Tints of Baby Blue #6FEFED
RGB
CMYK
RGB Variations
Color information
#6FEFED (or 0x6FEFED) is known color: Baby Blue. HEX triplet: 6F, EF and ED. RGB value is (111,239,237). Sum of RGB (Red+Green+Blue) = 111+239+237=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEFED is #901012. Grayscale: #C8C8C8. Windows color (decimal): -9441299 or 15593327. OLE color: 15593327.
HSL color Cylindrical-coordinate representation of color #6FEFED: hue angle of 179.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEFED is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 237 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.06 |
| HSL | 179.06º | 0.8% | 0.69% | - |
| HSV(B) | 179.06º | 0.54% | 0.94% | - |
| XYZ | 52.71 | 71.23 | 91.09 | - |
| YUV | 200.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 237 | 0.54 | 0 | 0.01 | 0.06 | 179.06 | 0.8 | 0.69 |
| Hex | 6F | EF | ED | 36 | 0 | 1 | 6 | B3 | 50 | 45 |
| Octal | 157 | 357 | 355 | 66 | 0 | 1 | 6 | 263 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11101101 | 110110 | 0 | 1 | 110 | 10110011 | 1010000 | 1000101 |
Color Harmonies of #6FEFED
Complementary color
Monochromatic Colors of #6FEFED
Black with #6FEFED
Text Example
Text Example
White with #6FEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFED; }
p { color: rgb(111,239,237); }
H1.HeaderClassName
{
color: #6FEFED;
}
.AnyTagClassName
{
color: #6FEFED;
}
</style>
background-color css
<style>
a { background-color: #6FEFED; }
a { background-color: rgb(111,239,237); }
div.DivClassName
{
background-color: #6FEFED;
}
.BgClassName
{
background-color: #6FEFED;
}
</style>
border-color css
<style>
span { border-color: #6FEFED; }
span { border-color: rgb(111,239,237); }
td.TdClassName
{
border-color: #6FEFED;
}
.TagClassName
{
border-color: #6FEFED;
}
</style>