Shades of Onahau #C5DFE8
Tints of Onahau #C5DFE8
RGB
CMYK
RGB Variations
Color information
#C5DFE8 (or 0xC5DFE8) is known color: Onahau. HEX triplet: C5, DF and E8. RGB value is (197,223,232). Sum of RGB (Red+Green+Blue) = 197+223+232=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #C5DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFE8 is #3A2017. Grayscale: #D8D8D8. Windows color (decimal): -3809304 or 15261637. OLE color: 15261637.
HSL color Cylindrical-coordinate representation of color #C5DFE8: hue angle of 195.43º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5DFE8 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 223 | 232 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.09 |
| HSL | 195.43º | 0.43% | 0.84% | - |
| HSV(B) | 195.43º | 0.15% | 0.91% | - |
| XYZ | 63.98 | 70.47 | 86.57 | - |
| YUV | 216.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 232 | 0.15 | 0.04 | 0 | 0.09 | 195.43 | 0.43 | 0.84 |
| Hex | C5 | DF | E8 | F | 4 | 0 | 9 | C3 | 2B | 54 |
| Octal | 305 | 337 | 350 | 17 | 4 | 0 | 11 | 303 | 53 | 124 |
| Binary | 11000101 | 11011111 | 11101000 | 1111 | 100 | 0 | 1001 | 11000011 | 101011 | 1010100 |
Color Harmonies of #C5DFE8
Complementary color
Monochromatic Colors of #C5DFE8
Black with #C5DFE8
Text Example
Text Example
White with #C5DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFE8; }
p { color: rgb(197,223,232); }
H1.HeaderClassName
{
color: #C5DFE8;
}
.AnyTagClassName
{
color: #C5DFE8;
}
</style>
background-color css
<style>
a { background-color: #C5DFE8; }
a { background-color: rgb(197,223,232); }
div.DivClassName
{
background-color: #C5DFE8;
}
.BgClassName
{
background-color: #C5DFE8;
}
</style>
border-color css
<style>
span { border-color: #C5DFE8; }
span { border-color: rgb(197,223,232); }
td.TdClassName
{
border-color: #C5DFE8;
}
.TagClassName
{
border-color: #C5DFE8;
}
</style>