Shades of Onahau #CBF6FF
Tints of Onahau #CBF6FF
RGB
CMYK
RGB Variations
Color information
#CBF6FF (or 0xCBF6FF) is known color: Onahau. HEX triplet: CB, F6 and FF. RGB value is (203,246,255). Sum of RGB (Red+Green+Blue) = 203+246+255=704 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.84% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF6FF is #340900. Grayscale: #EAEAEA. Windows color (decimal): -3410177 or 16774859. OLE color: 16774859.
HSL color Cylindrical-coordinate representation of color #CBF6FF: hue angle of 190.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBF6FF is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 246 | 255 | - |
| CMYK | 0.20 | 0.04 | 0 | 0 |
| HSL | 190.38º | 1% | 0.9% | - |
| HSV(B) | 190.38º | 0.2% | 1% | - |
| XYZ | 75.63 | 85.83 | 107.19 | - |
| YUV | 234.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 255 | 0.20 | 0.04 | 0 | 0 | 190.38 | 1 | 0.9 |
| Hex | CB | F6 | FF | 14 | 4 | 0 | 0 | BE | 64 | 5A |
| Octal | 313 | 366 | 377 | 24 | 4 | 0 | 0 | 276 | 144 | 132 |
| Binary | 11001011 | 11110110 | 11111111 | 10100 | 100 | 0 | 0 | 10111110 | 1100100 | 1011010 |
Color Harmonies of #CBF6FF
Complementary color
Monochromatic Colors of #CBF6FF
Black with #CBF6FF
Text Example
Text Example
White with #CBF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6FF; }
p { color: rgb(203,246,255); }
H1.HeaderClassName
{
color: #CBF6FF;
}
.AnyTagClassName
{
color: #CBF6FF;
}
</style>
background-color css
<style>
a { background-color: #CBF6FF; }
a { background-color: rgb(203,246,255); }
div.DivClassName
{
background-color: #CBF6FF;
}
.BgClassName
{
background-color: #CBF6FF;
}
</style>
border-color css
<style>
span { border-color: #CBF6FF; }
span { border-color: rgb(203,246,255); }
td.TdClassName
{
border-color: #CBF6FF;
}
.TagClassName
{
border-color: #CBF6FF;
}
</style>