Shades of Onahau #CDF2FB
Tints of Onahau #CDF2FB
RGB
CMYK
RGB Variations
Color information
#CDF2FB (or 0xCDF2FB) is known color: Onahau. HEX triplet: CD, F2 and FB. RGB value is (205,242,251). Sum of RGB (Red+Green+Blue) = 205+242+251=698 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.37% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2FB is #320D04. Grayscale: #E7E7E7. Windows color (decimal): -3280133 or 16511693. OLE color: 16511693.
HSL color Cylindrical-coordinate representation of color #CDF2FB: hue angle of 191.74º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF2FB is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 242 | 251 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.02 |
| HSL | 191.74º | 0.85% | 0.89% | - |
| HSV(B) | 191.74º | 0.18% | 0.98% | - |
| XYZ | 74.34 | 83.45 | 103.46 | - |
| YUV | 231.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 251 | 0.18 | 0.04 | 0 | 0.02 | 191.74 | 0.85 | 0.89 |
| Hex | CD | F2 | FB | 12 | 4 | 0 | 2 | C0 | 55 | 59 |
| Octal | 315 | 362 | 373 | 22 | 4 | 0 | 2 | 300 | 125 | 131 |
| Binary | 11001101 | 11110010 | 11111011 | 10010 | 100 | 0 | 10 | 11000000 | 1010101 | 1011001 |
Color Harmonies of #CDF2FB
Complementary color
Monochromatic Colors of #CDF2FB
Black with #CDF2FB
Text Example
Text Example
White with #CDF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2FB; }
p { color: rgb(205,242,251); }
H1.HeaderClassName
{
color: #CDF2FB;
}
.AnyTagClassName
{
color: #CDF2FB;
}
</style>
background-color css
<style>
a { background-color: #CDF2FB; }
a { background-color: rgb(205,242,251); }
div.DivClassName
{
background-color: #CDF2FB;
}
.BgClassName
{
background-color: #CDF2FB;
}
</style>
border-color css
<style>
span { border-color: #CDF2FB; }
span { border-color: rgb(205,242,251); }
td.TdClassName
{
border-color: #CDF2FB;
}
.TagClassName
{
border-color: #CDF2FB;
}
</style>