Shades of Baby Blue #6FEFEF
Tints of Baby Blue #6FEFEF
RGB
CMYK
RGB Variations
Color information
#6FEFEF (or 0x6FEFEF) is known color: Baby Blue. HEX triplet: 6F, EF and EF. RGB value is (111,239,239). Sum of RGB (Red+Green+Blue) = 111+239+239=589 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.85% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #6FEFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEFEF is #901010. Grayscale: #C8C8C8. Windows color (decimal): -9441297 or 15724399. OLE color: 15724399.
HSL color Cylindrical-coordinate representation of color #6FEFEF: hue angle of 180º 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 #6FEFEF is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 239 | - |
| CMYK | 0.54 | 0 | 0 | 0.06 |
| HSL | 180º | 0.8% | 0.69% | - |
| HSV(B) | 180º | 0.54% | 0.94% | - |
| XYZ | 53 | 71.34 | 92.64 | - |
| YUV | 200.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 239 | 0.54 | 0 | 0 | 0.06 | 180 | 0.8 | 0.69 |
| Hex | 6F | EF | EF | 36 | 0 | 0 | 6 | B4 | 50 | 45 |
| Octal | 157 | 357 | 357 | 66 | 0 | 0 | 6 | 264 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11101111 | 110110 | 0 | 0 | 110 | 10110100 | 1010000 | 1000101 |
Color Harmonies of #6FEFEF
Complementary color
Monochromatic Colors of #6FEFEF
Black with #6FEFEF
Text Example
Text Example
White with #6FEFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFEF; }
p { color: rgb(111,239,239); }
H1.HeaderClassName
{
color: #6FEFEF;
}
.AnyTagClassName
{
color: #6FEFEF;
}
</style>
background-color css
<style>
a { background-color: #6FEFEF; }
a { background-color: rgb(111,239,239); }
div.DivClassName
{
background-color: #6FEFEF;
}
.BgClassName
{
background-color: #6FEFEF;
}
</style>
border-color css
<style>
span { border-color: #6FEFEF; }
span { border-color: rgb(111,239,239); }
td.TdClassName
{
border-color: #6FEFEF;
}
.TagClassName
{
border-color: #6FEFEF;
}
</style>