Shades of Reef #CEEBAF
Tints of Reef #CEEBAF
RGB
CMYK
RGB Variations
Color information
#CEEBAF (or 0xCEEBAF) is known color: Reef. HEX triplet: CE, EB and AF. RGB value is (206,235,175). Sum of RGB (Red+Green+Blue) = 206+235+175=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBAF is #311450. Grayscale: #DBDBDB. Windows color (decimal): -3216465 or 11529166. OLE color: 11529166.
HSL color Cylindrical-coordinate representation of color #CEEBAF: hue angle of 89º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEEBAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 175 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.08 |
| HSL | 89º | 0.6% | 0.8% | - |
| HSV(B) | 89º | 0.26% | 0.92% | - |
| XYZ | 62.9 | 75.63 | 51.84 | - |
| YUV | 219.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 175 | 0.12 | 0 | 0.26 | 0.08 | 89 | 0.6 | 0.8 |
| Hex | CE | EB | AF | C | 0 | 1A | 8 | 59 | 3C | 50 |
| Octal | 316 | 353 | 257 | 14 | 0 | 32 | 10 | 131 | 74 | 120 |
| Binary | 11001110 | 11101011 | 10101111 | 1100 | 0 | 11010 | 1000 | 1011001 | 111100 | 1010000 |
Color Harmonies of #CEEBAF
Complementary color
Monochromatic Colors of #CEEBAF
Black with #CEEBAF
Text Example
Text Example
White with #CEEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBAF; }
p { color: rgb(206,235,175); }
H1.HeaderClassName
{
color: #CEEBAF;
}
.AnyTagClassName
{
color: #CEEBAF;
}
</style>
background-color css
<style>
a { background-color: #CEEBAF; }
a { background-color: rgb(206,235,175); }
div.DivClassName
{
background-color: #CEEBAF;
}
.BgClassName
{
background-color: #CEEBAF;
}
</style>
border-color css
<style>
span { border-color: #CEEBAF; }
span { border-color: rgb(206,235,175); }
td.TdClassName
{
border-color: #CEEBAF;
}
.TagClassName
{
border-color: #CEEBAF;
}
</style>