Shades of Onahau #CBEBF0
Tints of Onahau #CBEBF0
RGB
CMYK
RGB Variations
Color information
#CBEBF0 (or 0xCBEBF0) is known color: Onahau. HEX triplet: CB, EB and F0. RGB value is (203,235,240). Sum of RGB (Red+Green+Blue) = 203+235+240=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBF0 is #34140F. Grayscale: #E1E1E1. Windows color (decimal): -3413008 or 15789003. OLE color: 15789003.
HSL color Cylindrical-coordinate representation of color #CBEBF0: hue angle of 188.11º degrees, saturation: 0.55, 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 #CBEBF0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 235 | 240 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.06 |
| HSL | 188.11º | 0.55% | 0.87% | - |
| HSV(B) | 188.11º | 0.15% | 0.94% | - |
| XYZ | 70.07 | 78.4 | 93.88 | - |
| YUV | 226 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 240 | 0.15 | 0.02 | 0 | 0.06 | 188.11 | 0.55 | 0.87 |
| Hex | CB | EB | F0 | F | 2 | 0 | 6 | BC | 37 | 57 |
| Octal | 313 | 353 | 360 | 17 | 2 | 0 | 6 | 274 | 67 | 127 |
| Binary | 11001011 | 11101011 | 11110000 | 1111 | 10 | 0 | 110 | 10111100 | 110111 | 1010111 |
Color Harmonies of #CBEBF0
Complementary color
Monochromatic Colors of #CBEBF0
Black with #CBEBF0
Text Example
Text Example
White with #CBEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBF0; }
p { color: rgb(203,235,240); }
H1.HeaderClassName
{
color: #CBEBF0;
}
.AnyTagClassName
{
color: #CBEBF0;
}
</style>
background-color css
<style>
a { background-color: #CBEBF0; }
a { background-color: rgb(203,235,240); }
div.DivClassName
{
background-color: #CBEBF0;
}
.BgClassName
{
background-color: #CBEBF0;
}
</style>
border-color css
<style>
span { border-color: #CBEBF0; }
span { border-color: rgb(203,235,240); }
td.TdClassName
{
border-color: #CBEBF0;
}
.TagClassName
{
border-color: #CBEBF0;
}
</style>