Shades of Onahau #CCF2FB
Tints of Onahau #CCF2FB
RGB
CMYK
RGB Variations
Color information
#CCF2FB (or 0xCCF2FB) is known color: Onahau. HEX triplet: CC, F2 and FB. RGB value is (204,242,251). Sum of RGB (Red+Green+Blue) = 204+242+251=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2FB is #330D04. Grayscale: #E7E7E7. Windows color (decimal): -3345669 or 16511692. OLE color: 16511692.
HSL color Cylindrical-coordinate representation of color #CCF2FB: hue angle of 191.49º degrees, saturation: 0.85, 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 #CCF2FB is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 242 | 251 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.02 |
| HSL | 191.49º | 0.85% | 0.89% | - |
| HSV(B) | 191.49º | 0.19% | 0.98% | - |
| XYZ | 74.07 | 83.31 | 103.44 | - |
| YUV | 231.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 251 | 0.19 | 0.04 | 0 | 0.02 | 191.49 | 0.85 | 0.89 |
| Hex | CC | F2 | FB | 13 | 4 | 0 | 2 | BF | 55 | 59 |
| Octal | 314 | 362 | 373 | 23 | 4 | 0 | 2 | 277 | 125 | 131 |
| Binary | 11001100 | 11110010 | 11111011 | 10011 | 100 | 0 | 10 | 10111111 | 1010101 | 1011001 |
Color Harmonies of #CCF2FB
Complementary color
Monochromatic Colors of #CCF2FB
Black with #CCF2FB
Text Example
Text Example
White with #CCF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2FB; }
p { color: rgb(204,242,251); }
H1.HeaderClassName
{
color: #CCF2FB;
}
.AnyTagClassName
{
color: #CCF2FB;
}
</style>
background-color css
<style>
a { background-color: #CCF2FB; }
a { background-color: rgb(204,242,251); }
div.DivClassName
{
background-color: #CCF2FB;
}
.BgClassName
{
background-color: #CCF2FB;
}
</style>
border-color css
<style>
span { border-color: #CCF2FB; }
span { border-color: rgb(204,242,251); }
td.TdClassName
{
border-color: #CCF2FB;
}
.TagClassName
{
border-color: #CCF2FB;
}
</style>