Shades of Onahau #CCF4FB
Tints of Onahau #CCF4FB
RGB
CMYK
RGB Variations
Color information
#CCF4FB (or 0xCCF4FB) is known color: Onahau. HEX triplet: CC, F4 and FB. RGB value is (204,244,251). Sum of RGB (Red+Green+Blue) = 204+244+251=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 244 (95.70% from 255 or 34.91% 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 #CCF4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4FB is #330B04. Grayscale: #E8E8E8. Windows color (decimal): -3345157 or 16512204. OLE color: 16512204.
HSL color Cylindrical-coordinate representation of color #CCF4FB: hue angle of 188.94º 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 #CCF4FB is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 244 | 251 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.02 |
| HSL | 188.94º | 0.85% | 0.89% | - |
| HSV(B) | 188.94º | 0.19% | 0.98% | - |
| XYZ | 74.67 | 84.5 | 103.64 | - |
| YUV | 232.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 251 | 0.19 | 0.03 | 0 | 0.02 | 188.94 | 0.85 | 0.89 |
| Hex | CC | F4 | FB | 13 | 3 | 0 | 2 | BD | 55 | 59 |
| Octal | 314 | 364 | 373 | 23 | 3 | 0 | 2 | 275 | 125 | 131 |
| Binary | 11001100 | 11110100 | 11111011 | 10011 | 11 | 0 | 10 | 10111101 | 1010101 | 1011001 |
Color Harmonies of #CCF4FB
Complementary color
Monochromatic Colors of #CCF4FB
Black with #CCF4FB
Text Example
Text Example
White with #CCF4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF4FB; }
p { color: rgb(204,244,251); }
H1.HeaderClassName
{
color: #CCF4FB;
}
.AnyTagClassName
{
color: #CCF4FB;
}
</style>
background-color css
<style>
a { background-color: #CCF4FB; }
a { background-color: rgb(204,244,251); }
div.DivClassName
{
background-color: #CCF4FB;
}
.BgClassName
{
background-color: #CCF4FB;
}
</style>
border-color css
<style>
span { border-color: #CCF4FB; }
span { border-color: rgb(204,244,251); }
td.TdClassName
{
border-color: #CCF4FB;
}
.TagClassName
{
border-color: #CCF4FB;
}
</style>