Shades of Onahau #CBF5FB
Tints of Onahau #CBF5FB
RGB
CMYK
RGB Variations
Color information
#CBF5FB (or 0xCBF5FB) is known color: Onahau. HEX triplet: CB, F5 and FB. RGB value is (203,245,251). Sum of RGB (Red+Green+Blue) = 203+245+251=699 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.04% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF5FB is #340A04. Grayscale: #E9E9E9. Windows color (decimal): -3410437 or 16512459. OLE color: 16512459.
HSL color Cylindrical-coordinate representation of color #CBF5FB: hue angle of 187.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBF5FB is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 245 | 251 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.02 |
| HSL | 187.5º | 0.86% | 0.89% | - |
| HSV(B) | 187.5º | 0.19% | 0.98% | - |
| XYZ | 74.69 | 84.97 | 103.73 | - |
| YUV | 233.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 251 | 0.19 | 0.02 | 0 | 0.02 | 187.5 | 0.86 | 0.89 |
| Hex | CB | F5 | FB | 13 | 2 | 0 | 2 | BC | 56 | 59 |
| Octal | 313 | 365 | 373 | 23 | 2 | 0 | 2 | 274 | 126 | 131 |
| Binary | 11001011 | 11110101 | 11111011 | 10011 | 10 | 0 | 10 | 10111100 | 1010110 | 1011001 |
Color Harmonies of #CBF5FB
Complementary color
Monochromatic Colors of #CBF5FB
Black with #CBF5FB
Text Example
Text Example
White with #CBF5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5FB; }
p { color: rgb(203,245,251); }
H1.HeaderClassName
{
color: #CBF5FB;
}
.AnyTagClassName
{
color: #CBF5FB;
}
</style>
background-color css
<style>
a { background-color: #CBF5FB; }
a { background-color: rgb(203,245,251); }
div.DivClassName
{
background-color: #CBF5FB;
}
.BgClassName
{
background-color: #CBF5FB;
}
</style>
border-color css
<style>
span { border-color: #CBF5FB; }
span { border-color: rgb(203,245,251); }
td.TdClassName
{
border-color: #CBF5FB;
}
.TagClassName
{
border-color: #CBF5FB;
}
</style>