Shades of Onahau #CCF5FD
Tints of Onahau #CCF5FD
RGB
CMYK
RGB Variations
Color information
#CCF5FD (or 0xCCF5FD) is known color: Onahau. HEX triplet: CC, F5 and FD. RGB value is (204,245,253). Sum of RGB (Red+Green+Blue) = 204+245+253=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5FD is #330A02. Grayscale: #E9E9E9. Windows color (decimal): -3344899 or 16643532. OLE color: 16643532.
HSL color Cylindrical-coordinate representation of color #CCF5FD: hue angle of 189.8º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF5FD is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 245 | 253 | - |
CMYK | 0.19 | 0.03 | 0 | 0.01 |
HSL | 189.8º | 0.92% | 0.9% | - |
HSV(B) | 189.8º | 0.19% | 0.99% | - |
XYZ | 75.28 | 85.23 | 105.41 | - |
YUV | 233.65 | 138.92 | 106.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 245 | 253 | 0.19 | 0.03 | 0 | 0.01 | 189.8 | 0.92 | 0.9 |
Hex | CC | F5 | FD | 13 | 3 | 0 | 1 | BE | 5C | 5A |
Octal | 314 | 365 | 375 | 23 | 3 | 0 | 1 | 276 | 134 | 132 |
Binary | 11001100 | 11110101 | 11111101 | 10011 | 11 | 0 | 1 | 10111110 | 1011100 | 1011010 |
Color Harmonies of #CCF5FD
Complementary color
Monochromatic Colors of #CCF5FD
Black with #CCF5FD
Text Example
Text Example
White with #CCF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5FD; }
p { color: rgb(204,245,253); }
H1.HeaderClassName
{
color: #CCF5FD;
}
.AnyTagClassName
{
color: #CCF5FD;
}
</style>
background-color css
<style>
a { background-color: #CCF5FD; }
a { background-color: rgb(204,245,253); }
div.DivClassName
{
background-color: #CCF5FD;
}
.BgClassName
{
background-color: #CCF5FD;
}
</style>
border-color css
<style>
span { border-color: #CCF5FD; }
span { border-color: rgb(204,245,253); }
td.TdClassName
{
border-color: #CCF5FD;
}
.TagClassName
{
border-color: #CCF5FD;
}
</style>