Shades of Onahau #CDF5FD
Tints of Onahau #CDF5FD
RGB
CMYK
RGB Variations
Color information
#CDF5FD (or 0xCDF5FD) is known color: Onahau. HEX triplet: CD, F5 and FD. RGB value is (205,245,253). Sum of RGB (Red+Green+Blue) = 205+245+253=703 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.16% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5FD is #320A02. Grayscale: #E9E9E9. Windows color (decimal): -3279363 or 16643533. OLE color: 16643533.
HSL color Cylindrical-coordinate representation of color #CDF5FD: hue angle of 190º 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 #CDF5FD is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 245 | 253 | - |
CMYK | 0.19 | 0.03 | 0 | 0.01 |
HSL | 190º | 0.92% | 0.9% | - |
HSV(B) | 190º | 0.19% | 0.99% | - |
XYZ | 75.56 | 85.38 | 105.43 | - |
YUV | 233.95 | 138.75 | 107.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 245 | 253 | 0.19 | 0.03 | 0 | 0.01 | 190 | 0.92 | 0.9 |
Hex | CD | F5 | FD | 13 | 3 | 0 | 1 | BE | 5C | 5A |
Octal | 315 | 365 | 375 | 23 | 3 | 0 | 1 | 276 | 134 | 132 |
Binary | 11001101 | 11110101 | 11111101 | 10011 | 11 | 0 | 1 | 10111110 | 1011100 | 1011010 |
Color Harmonies of #CDF5FD
Complementary color
Monochromatic Colors of #CDF5FD
Black with #CDF5FD
Text Example
Text Example
White with #CDF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5FD; }
p { color: rgb(205,245,253); }
H1.HeaderClassName
{
color: #CDF5FD;
}
.AnyTagClassName
{
color: #CDF5FD;
}
</style>
background-color css
<style>
a { background-color: #CDF5FD; }
a { background-color: rgb(205,245,253); }
div.DivClassName
{
background-color: #CDF5FD;
}
.BgClassName
{
background-color: #CDF5FD;
}
</style>
border-color css
<style>
span { border-color: #CDF5FD; }
span { border-color: rgb(205,245,253); }
td.TdClassName
{
border-color: #CDF5FD;
}
.TagClassName
{
border-color: #CDF5FD;
}
</style>