Shades of Onahau #CDF5FC
Tints of Onahau #CDF5FC
RGB
CMYK
RGB Variations
Color information
#CDF5FC (or 0xCDF5FC) is known color: Onahau. HEX triplet: CD, F5 and FC. RGB value is (205,245,252). Sum of RGB (Red+Green+Blue) = 205+245+252=702 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.20% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDF5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5FC is #320A03. Grayscale: #E9E9E9. Windows color (decimal): -3279364 or 16577997. OLE color: 16577997.
HSL color Cylindrical-coordinate representation of color #CDF5FC: hue angle of 188.94º degrees, saturation: 0.89, 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 #CDF5FC is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 245 | 252 | - |
CMYK | 0.19 | 0.03 | 0 | 0.01 |
HSL | 188.94º | 0.89% | 0.9% | - |
HSV(B) | 188.94º | 0.19% | 0.99% | - |
XYZ | 75.4 | 85.31 | 104.59 | - |
YUV | 233.84 | 138.25 | 107.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 245 | 252 | 0.19 | 0.03 | 0 | 0.01 | 188.94 | 0.89 | 0.9 |
Hex | CD | F5 | FC | 13 | 3 | 0 | 1 | BD | 59 | 5A |
Octal | 315 | 365 | 374 | 23 | 3 | 0 | 1 | 275 | 131 | 132 |
Binary | 11001101 | 11110101 | 11111100 | 10011 | 11 | 0 | 1 | 10111101 | 1011001 | 1011010 |
Color Harmonies of #CDF5FC
Complementary color
Monochromatic Colors of #CDF5FC
Black with #CDF5FC
Text Example
Text Example
White with #CDF5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5FC; }
p { color: rgb(205,245,252); }
H1.HeaderClassName
{
color: #CDF5FC;
}
.AnyTagClassName
{
color: #CDF5FC;
}
</style>
background-color css
<style>
a { background-color: #CDF5FC; }
a { background-color: rgb(205,245,252); }
div.DivClassName
{
background-color: #CDF5FC;
}
.BgClassName
{
background-color: #CDF5FC;
}
</style>
border-color css
<style>
span { border-color: #CDF5FC; }
span { border-color: rgb(205,245,252); }
td.TdClassName
{
border-color: #CDF5FC;
}
.TagClassName
{
border-color: #CDF5FC;
}
</style>