Shades of Onahau #C5DBDF
Tints of Onahau #C5DBDF
RGB
CMYK
RGB Variations
Color information
#C5DBDF (or 0xC5DBDF) is known color: Onahau. HEX triplet: C5, DB and DF. RGB value is (197,219,223). Sum of RGB (Red+Green+Blue) = 197+219+223=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBDF is #3A2420. Grayscale: #D4D4D4. Windows color (decimal): -3810337 or 14670789. OLE color: 14670789.
HSL color Cylindrical-coordinate representation of color #C5DBDF: hue angle of 189.23º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DBDF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 219 | 223 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.13 |
| HSL | 189.23º | 0.29% | 0.82% | - |
| HSV(B) | 189.23º | 0.12% | 0.87% | - |
| XYZ | 61.68 | 67.86 | 79.66 | - |
| YUV | 212.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 223 | 0.12 | 0.02 | 0 | 0.13 | 189.23 | 0.29 | 0.82 |
| Hex | C5 | DB | DF | C | 2 | 0 | D | BD | 1D | 52 |
| Octal | 305 | 333 | 337 | 14 | 2 | 0 | 15 | 275 | 35 | 122 |
| Binary | 11000101 | 11011011 | 11011111 | 1100 | 10 | 0 | 1101 | 10111101 | 11101 | 1010010 |
Color Harmonies of #C5DBDF
Complementary color
Monochromatic Colors of #C5DBDF
Black with #C5DBDF
Text Example
Text Example
White with #C5DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBDF; }
p { color: rgb(197,219,223); }
H1.HeaderClassName
{
color: #C5DBDF;
}
.AnyTagClassName
{
color: #C5DBDF;
}
</style>
background-color css
<style>
a { background-color: #C5DBDF; }
a { background-color: rgb(197,219,223); }
div.DivClassName
{
background-color: #C5DBDF;
}
.BgClassName
{
background-color: #C5DBDF;
}
</style>
border-color css
<style>
span { border-color: #C5DBDF; }
span { border-color: rgb(197,219,223); }
td.TdClassName
{
border-color: #C5DBDF;
}
.TagClassName
{
border-color: #C5DBDF;
}
</style>