Shades of Onahau #CCF2FC
Tints of Onahau #CCF2FC
RGB
CMYK
RGB Variations
Color information
#CCF2FC (or 0xCCF2FC) is known color: Onahau. HEX triplet: CC, F2 and FC. RGB value is (204,242,252). Sum of RGB (Red+Green+Blue) = 204+242+252=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2FC is #330D03. Grayscale: #E7E7E7. Windows color (decimal): -3345668 or 16577228. OLE color: 16577228.
HSL color Cylindrical-coordinate representation of color #CCF2FC: hue angle of 192.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF2FC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 242 | 252 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.01 |
| HSL | 192.5º | 0.89% | 0.89% | - |
| HSV(B) | 192.5º | 0.19% | 0.99% | - |
| XYZ | 74.22 | 83.37 | 104.28 | - |
| YUV | 231.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 252 | 0.19 | 0.04 | 0 | 0.01 | 192.5 | 0.89 | 0.89 |
| Hex | CC | F2 | FC | 13 | 4 | 0 | 1 | C0 | 59 | 59 |
| Octal | 314 | 362 | 374 | 23 | 4 | 0 | 1 | 300 | 131 | 131 |
| Binary | 11001100 | 11110010 | 11111100 | 10011 | 100 | 0 | 1 | 11000000 | 1011001 | 1011001 |
Color Harmonies of #CCF2FC
Complementary color
Monochromatic Colors of #CCF2FC
Black with #CCF2FC
Text Example
Text Example
White with #CCF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2FC; }
p { color: rgb(204,242,252); }
H1.HeaderClassName
{
color: #CCF2FC;
}
.AnyTagClassName
{
color: #CCF2FC;
}
</style>
background-color css
<style>
a { background-color: #CCF2FC; }
a { background-color: rgb(204,242,252); }
div.DivClassName
{
background-color: #CCF2FC;
}
.BgClassName
{
background-color: #CCF2FC;
}
</style>
border-color css
<style>
span { border-color: #CCF2FC; }
span { border-color: rgb(204,242,252); }
td.TdClassName
{
border-color: #CCF2FC;
}
.TagClassName
{
border-color: #CCF2FC;
}
</style>