Shades of Onahau #C8F3FF
Tints of Onahau #C8F3FF
RGB
CMYK
RGB Variations
Color information
#C8F3FF (or 0xC8F3FF) is known color: Onahau. HEX triplet: C8, F3 and FF. RGB value is (200,243,255). Sum of RGB (Red+Green+Blue) = 200+243+255=698 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.65% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8F3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F3FF is #370C00. Grayscale: #E7E7E7. Windows color (decimal): -3607553 or 16774088. OLE color: 16774088.
HSL color Cylindrical-coordinate representation of color #C8F3FF: hue angle of 193.09º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8F3FF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 243 | 255 | - |
| CMYK | 0.22 | 0.05 | 0 | 0 |
| HSL | 193.09º | 1% | 0.89% | - |
| HSV(B) | 193.09º | 0.22% | 1% | - |
| XYZ | 73.92 | 83.6 | 106.85 | - |
| YUV | 231.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 255 | 0.22 | 0.05 | 0 | 0 | 193.09 | 1 | 0.89 |
| Hex | C8 | F3 | FF | 16 | 5 | 0 | 0 | C1 | 64 | 59 |
| Octal | 310 | 363 | 377 | 26 | 5 | 0 | 0 | 301 | 144 | 131 |
| Binary | 11001000 | 11110011 | 11111111 | 10110 | 101 | 0 | 0 | 11000001 | 1100100 | 1011001 |
Color Harmonies of #C8F3FF
Complementary color
Monochromatic Colors of #C8F3FF
Black with #C8F3FF
Text Example
Text Example
White with #C8F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F3FF; }
p { color: rgb(200,243,255); }
H1.HeaderClassName
{
color: #C8F3FF;
}
.AnyTagClassName
{
color: #C8F3FF;
}
</style>
background-color css
<style>
a { background-color: #C8F3FF; }
a { background-color: rgb(200,243,255); }
div.DivClassName
{
background-color: #C8F3FF;
}
.BgClassName
{
background-color: #C8F3FF;
}
</style>
border-color css
<style>
span { border-color: #C8F3FF; }
span { border-color: rgb(200,243,255); }
td.TdClassName
{
border-color: #C8F3FF;
}
.TagClassName
{
border-color: #C8F3FF;
}
</style>