Shades of Reef #CBEFA8
Tints of Reef #CBEFA8
RGB
CMYK
RGB Variations
Color information
#CBEFA8 (or 0xCBEFA8) is known color: Reef. HEX triplet: CB, EF and A8. RGB value is (203,239,168). Sum of RGB (Red+Green+Blue) = 203+239+168=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFA8 is #341057. Grayscale: #DCDCDC. Windows color (decimal): -3412056 or 11071435. OLE color: 11071435.
HSL color Cylindrical-coordinate representation of color #CBEFA8: hue angle of 90.42º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBEFA8 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 168 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.06 |
| HSL | 90.42º | 0.69% | 0.8% | - |
| HSV(B) | 90.42º | 0.3% | 0.94% | - |
| XYZ | 62.56 | 77.26 | 48.66 | - |
| YUV | 220.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 168 | 0.15 | 0 | 0.30 | 0.06 | 90.42 | 0.69 | 0.8 |
| Hex | CB | EF | A8 | F | 0 | 1E | 6 | 5A | 45 | 50 |
| Octal | 313 | 357 | 250 | 17 | 0 | 36 | 6 | 132 | 105 | 120 |
| Binary | 11001011 | 11101111 | 10101000 | 1111 | 0 | 11110 | 110 | 1011010 | 1000101 | 1010000 |
Color Harmonies of #CBEFA8
Complementary color
Monochromatic Colors of #CBEFA8
Black with #CBEFA8
Text Example
Text Example
White with #CBEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFA8; }
p { color: rgb(203,239,168); }
H1.HeaderClassName
{
color: #CBEFA8;
}
.AnyTagClassName
{
color: #CBEFA8;
}
</style>
background-color css
<style>
a { background-color: #CBEFA8; }
a { background-color: rgb(203,239,168); }
div.DivClassName
{
background-color: #CBEFA8;
}
.BgClassName
{
background-color: #CBEFA8;
}
</style>
border-color css
<style>
span { border-color: #CBEFA8; }
span { border-color: rgb(203,239,168); }
td.TdClassName
{
border-color: #CBEFA8;
}
.TagClassName
{
border-color: #CBEFA8;
}
</style>