Shades of Onahau #CDF5FE
Tints of Onahau #CDF5FE
RGB
CMYK
RGB Variations
Color information
#CDF5FE (or 0xCDF5FE) is known color: Onahau. HEX triplet: CD, F5 and FE. RGB value is (205,245,254). Sum of RGB (Red+Green+Blue) = 205+245+254=704 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.12% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5FE is #320A01. Grayscale: #E9E9E9. Windows color (decimal): -3279362 or 16709069. OLE color: 16709069.
HSL color Cylindrical-coordinate representation of color #CDF5FE: hue angle of 191.02º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF5FE is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 245 | 254 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.00 |
| HSL | 191.02º | 0.96% | 0.9% | - |
| HSV(B) | 191.02º | 0.19% | 1% | - |
| XYZ | 75.72 | 85.44 | 106.27 | - |
| YUV | 234.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 254 | 0.19 | 0.04 | 0 | 0.00 | 191.02 | 0.96 | 0.9 |
| Hex | CD | F5 | FE | 13 | 4 | 0 | 0 | BF | 60 | 5A |
| Octal | 315 | 365 | 376 | 23 | 4 | 0 | 0 | 277 | 140 | 132 |
| Binary | 11001101 | 11110101 | 11111110 | 10011 | 100 | 0 | 0 | 10111111 | 1100000 | 1011010 |
Color Harmonies of #CDF5FE
Complementary color
Monochromatic Colors of #CDF5FE
Black with #CDF5FE
Text Example
Text Example
White with #CDF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5FE; }
p { color: rgb(205,245,254); }
H1.HeaderClassName
{
color: #CDF5FE;
}
.AnyTagClassName
{
color: #CDF5FE;
}
</style>
background-color css
<style>
a { background-color: #CDF5FE; }
a { background-color: rgb(205,245,254); }
div.DivClassName
{
background-color: #CDF5FE;
}
.BgClassName
{
background-color: #CDF5FE;
}
</style>
border-color css
<style>
span { border-color: #CDF5FE; }
span { border-color: rgb(205,245,254); }
td.TdClassName
{
border-color: #CDF5FE;
}
.TagClassName
{
border-color: #CDF5FE;
}
</style>