Shades of Onahau #CBECF5
Tints of Onahau #CBECF5
RGB
CMYK
RGB Variations
Color information
#CBECF5 (or 0xCBECF5) is known color: Onahau. HEX triplet: CB, EC and F5. RGB value is (203,236,245). Sum of RGB (Red+Green+Blue) = 203+236+245=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECF5 is #34130A. Grayscale: #E3E3E3. Windows color (decimal): -3412747 or 16116939. OLE color: 16116939.
HSL color Cylindrical-coordinate representation of color #CBECF5: hue angle of 192.86º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBECF5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 236 | 245 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.04 |
| HSL | 192.86º | 0.68% | 0.88% | - |
| HSV(B) | 192.86º | 0.17% | 0.96% | - |
| XYZ | 71.11 | 79.28 | 97.94 | - |
| YUV | 227.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 245 | 0.17 | 0.04 | 0 | 0.04 | 192.86 | 0.68 | 0.88 |
| Hex | CB | EC | F5 | 11 | 4 | 0 | 4 | C1 | 44 | 58 |
| Octal | 313 | 354 | 365 | 21 | 4 | 0 | 4 | 301 | 104 | 130 |
| Binary | 11001011 | 11101100 | 11110101 | 10001 | 100 | 0 | 100 | 11000001 | 1000100 | 1011000 |
Color Harmonies of #CBECF5
Complementary color
Monochromatic Colors of #CBECF5
Black with #CBECF5
Text Example
Text Example
White with #CBECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECF5; }
p { color: rgb(203,236,245); }
H1.HeaderClassName
{
color: #CBECF5;
}
.AnyTagClassName
{
color: #CBECF5;
}
</style>
background-color css
<style>
a { background-color: #CBECF5; }
a { background-color: rgb(203,236,245); }
div.DivClassName
{
background-color: #CBECF5;
}
.BgClassName
{
background-color: #CBECF5;
}
</style>
border-color css
<style>
span { border-color: #CBECF5; }
span { border-color: rgb(203,236,245); }
td.TdClassName
{
border-color: #CBECF5;
}
.TagClassName
{
border-color: #CBECF5;
}
</style>