Shades of Onahau #CBEDF3
Tints of Onahau #CBEDF3
RGB
CMYK
RGB Variations
Color information
#CBEDF3 (or 0xCBEDF3) is known color: Onahau. HEX triplet: CB, ED and F3. RGB value is (203,237,243). Sum of RGB (Red+Green+Blue) = 203+237+243=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF3 is #34120C. Grayscale: #E3E3E3. Windows color (decimal): -3412493 or 15986123. OLE color: 15986123.
HSL color Cylindrical-coordinate representation of color #CBEDF3: hue angle of 189º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBEDF3 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 237 | 243 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.05 |
| HSL | 189º | 0.63% | 0.87% | - |
| HSV(B) | 189º | 0.16% | 0.95% | - |
| XYZ | 71.09 | 79.74 | 96.44 | - |
| YUV | 227.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 243 | 0.16 | 0.02 | 0 | 0.05 | 189 | 0.63 | 0.87 |
| Hex | CB | ED | F3 | 10 | 2 | 0 | 5 | BD | 3E | 57 |
| Octal | 313 | 355 | 363 | 20 | 2 | 0 | 5 | 275 | 76 | 127 |
| Binary | 11001011 | 11101101 | 11110011 | 10000 | 10 | 0 | 101 | 10111101 | 111110 | 1010111 |
Color Harmonies of #CBEDF3
Complementary color
Monochromatic Colors of #CBEDF3
Black with #CBEDF3
Text Example
Text Example
White with #CBEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDF3; }
p { color: rgb(203,237,243); }
H1.HeaderClassName
{
color: #CBEDF3;
}
.AnyTagClassName
{
color: #CBEDF3;
}
</style>
background-color css
<style>
a { background-color: #CBEDF3; }
a { background-color: rgb(203,237,243); }
div.DivClassName
{
background-color: #CBEDF3;
}
.BgClassName
{
background-color: #CBEDF3;
}
</style>
border-color css
<style>
span { border-color: #CBEDF3; }
span { border-color: rgb(203,237,243); }
td.TdClassName
{
border-color: #CBEDF3;
}
.TagClassName
{
border-color: #CBEDF3;
}
</style>