Shades of Onahau #CCF5FE
Tints of Onahau #CCF5FE
RGB
CMYK
RGB Variations
Color information
#CCF5FE (or 0xCCF5FE) is known color: Onahau. HEX triplet: CC, F5 and FE. RGB value is (204,245,254). Sum of RGB (Red+Green+Blue) = 204+245+254=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5FE is #330A01. Grayscale: #E9E9E9. Windows color (decimal): -3344898 or 16709068. OLE color: 16709068.
HSL color Cylindrical-coordinate representation of color #CCF5FE: hue angle of 190.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF5FE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 245 | 254 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.00 |
| HSL | 190.8º | 0.96% | 0.9% | - |
| HSV(B) | 190.8º | 0.2% | 1% | - |
| XYZ | 75.44 | 85.3 | 106.25 | - |
| YUV | 233.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 254 | 0.20 | 0.04 | 0 | 0.00 | 190.8 | 0.96 | 0.9 |
| Hex | CC | F5 | FE | 14 | 4 | 0 | 0 | BF | 60 | 5A |
| Octal | 314 | 365 | 376 | 24 | 4 | 0 | 0 | 277 | 140 | 132 |
| Binary | 11001100 | 11110101 | 11111110 | 10100 | 100 | 0 | 0 | 10111111 | 1100000 | 1011010 |
Color Harmonies of #CCF5FE
Complementary color
Monochromatic Colors of #CCF5FE
Black with #CCF5FE
Text Example
Text Example
White with #CCF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5FE; }
p { color: rgb(204,245,254); }
H1.HeaderClassName
{
color: #CCF5FE;
}
.AnyTagClassName
{
color: #CCF5FE;
}
</style>
background-color css
<style>
a { background-color: #CCF5FE; }
a { background-color: rgb(204,245,254); }
div.DivClassName
{
background-color: #CCF5FE;
}
.BgClassName
{
background-color: #CCF5FE;
}
</style>
border-color css
<style>
span { border-color: #CCF5FE; }
span { border-color: rgb(204,245,254); }
td.TdClassName
{
border-color: #CCF5FE;
}
.TagClassName
{
border-color: #CCF5FE;
}
</style>