Shades of Onahau #CBEBEF
Tints of Onahau #CBEBEF
RGB
CMYK
RGB Variations
Color information
#CBEBEF (or 0xCBEBEF) is known color: Onahau. HEX triplet: CB, EB and EF. RGB value is (203,235,239). Sum of RGB (Red+Green+Blue) = 203+235+239=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBEF is #341410. Grayscale: #E1E1E1. Windows color (decimal): -3413009 or 15723467. OLE color: 15723467.
HSL color Cylindrical-coordinate representation of color #CBEBEF: hue angle of 186.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEBEF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 235 | 239 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.06 |
| HSL | 186.67º | 0.53% | 0.87% | - |
| HSV(B) | 186.67º | 0.15% | 0.94% | - |
| XYZ | 69.92 | 78.35 | 93.1 | - |
| YUV | 225.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 239 | 0.15 | 0.02 | 0 | 0.06 | 186.67 | 0.53 | 0.87 |
| Hex | CB | EB | EF | F | 2 | 0 | 6 | BB | 35 | 57 |
| Octal | 313 | 353 | 357 | 17 | 2 | 0 | 6 | 273 | 65 | 127 |
| Binary | 11001011 | 11101011 | 11101111 | 1111 | 10 | 0 | 110 | 10111011 | 110101 | 1010111 |
Color Harmonies of #CBEBEF
Complementary color
Monochromatic Colors of #CBEBEF
Black with #CBEBEF
Text Example
Text Example
White with #CBEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBEF; }
p { color: rgb(203,235,239); }
H1.HeaderClassName
{
color: #CBEBEF;
}
.AnyTagClassName
{
color: #CBEBEF;
}
</style>
background-color css
<style>
a { background-color: #CBEBEF; }
a { background-color: rgb(203,235,239); }
div.DivClassName
{
background-color: #CBEBEF;
}
.BgClassName
{
background-color: #CBEBEF;
}
</style>
border-color css
<style>
span { border-color: #CBEBEF; }
span { border-color: rgb(203,235,239); }
td.TdClassName
{
border-color: #CBEBEF;
}
.TagClassName
{
border-color: #CBEBEF;
}
</style>