Shades of Onahau #C8EDF9
Tints of Onahau #C8EDF9
RGB
CMYK
RGB Variations
Color information
#C8EDF9 (or 0xC8EDF9) is known color: Onahau. HEX triplet: C8, ED and F9. RGB value is (200,237,249). Sum of RGB (Red+Green+Blue) = 200+237+249=686 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.15% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDF9 is #371206. Grayscale: #E3E3E3. Windows color (decimal): -3609095 or 16379336. OLE color: 16379336.
HSL color Cylindrical-coordinate representation of color #C8EDF9: hue angle of 194.69º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8EDF9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 237 | 249 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.02 |
| HSL | 194.69º | 0.8% | 0.88% | - |
| HSV(B) | 194.69º | 0.2% | 0.98% | - |
| XYZ | 71.2 | 79.69 | 101.25 | - |
| YUV | 227.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 249 | 0.20 | 0.05 | 0 | 0.02 | 194.69 | 0.8 | 0.88 |
| Hex | C8 | ED | F9 | 14 | 5 | 0 | 2 | C3 | 50 | 58 |
| Octal | 310 | 355 | 371 | 24 | 5 | 0 | 2 | 303 | 120 | 130 |
| Binary | 11001000 | 11101101 | 11111001 | 10100 | 101 | 0 | 10 | 11000011 | 1010000 | 1011000 |
Color Harmonies of #C8EDF9
Complementary color
Monochromatic Colors of #C8EDF9
Black with #C8EDF9
Text Example
Text Example
White with #C8EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDF9; }
p { color: rgb(200,237,249); }
H1.HeaderClassName
{
color: #C8EDF9;
}
.AnyTagClassName
{
color: #C8EDF9;
}
</style>
background-color css
<style>
a { background-color: #C8EDF9; }
a { background-color: rgb(200,237,249); }
div.DivClassName
{
background-color: #C8EDF9;
}
.BgClassName
{
background-color: #C8EDF9;
}
</style>
border-color css
<style>
span { border-color: #C8EDF9; }
span { border-color: rgb(200,237,249); }
td.TdClassName
{
border-color: #C8EDF9;
}
.TagClassName
{
border-color: #C8EDF9;
}
</style>