Shades of Reef #CBED9F
Tints of Reef #CBED9F
RGB
CMYK
RGB Variations
Color information
#CBED9F (or 0xCBED9F) is known color: Reef. HEX triplet: CB, ED and 9F. RGB value is (203,237,159). Sum of RGB (Red+Green+Blue) = 203+237+159=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED9F is #341260. Grayscale: #DADADA. Windows color (decimal): -3412577 or 10481099. OLE color: 10481099.
HSL color Cylindrical-coordinate representation of color #CBED9F: hue angle of 86.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBED9F is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 159 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.07 |
| HSL | 86.15º | 0.68% | 0.78% | - |
| HSV(B) | 86.15º | 0.33% | 0.93% | - |
| XYZ | 61.17 | 75.77 | 44.2 | - |
| YUV | 217.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 159 | 0.14 | 0 | 0.33 | 0.07 | 86.15 | 0.68 | 0.78 |
| Hex | CB | ED | 9F | E | 0 | 21 | 7 | 56 | 44 | 4E |
| Octal | 313 | 355 | 237 | 16 | 0 | 41 | 7 | 126 | 104 | 116 |
| Binary | 11001011 | 11101101 | 10011111 | 1110 | 0 | 100001 | 111 | 1010110 | 1000100 | 1001110 |
Color Harmonies of #CBED9F
Complementary color
Monochromatic Colors of #CBED9F
Black with #CBED9F
Text Example
Text Example
White with #CBED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED9F; }
p { color: rgb(203,237,159); }
H1.HeaderClassName
{
color: #CBED9F;
}
.AnyTagClassName
{
color: #CBED9F;
}
</style>
background-color css
<style>
a { background-color: #CBED9F; }
a { background-color: rgb(203,237,159); }
div.DivClassName
{
background-color: #CBED9F;
}
.BgClassName
{
background-color: #CBED9F;
}
</style>
border-color css
<style>
span { border-color: #CBED9F; }
span { border-color: rgb(203,237,159); }
td.TdClassName
{
border-color: #CBED9F;
}
.TagClassName
{
border-color: #CBED9F;
}
</style>