Shades of Onahau #C8F8FF
Tints of Onahau #C8F8FF
RGB
CMYK
RGB Variations
Color information
#C8F8FF (or 0xC8F8FF) is known color: Onahau. HEX triplet: C8, F8 and FF. RGB value is (200,248,255). Sum of RGB (Red+Green+Blue) = 200+248+255=703 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.45% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8F8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8FF is #370700. Grayscale: #EAEAEA. Windows color (decimal): -3606273 or 16775368. OLE color: 16775368.
HSL color Cylindrical-coordinate representation of color #C8F8FF: hue angle of 187.64º 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 #C8F8FF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 248 | 255 | - |
| CMYK | 0.22 | 0.03 | 0 | 0 |
| HSL | 187.64º | 1% | 0.89% | - |
| HSV(B) | 187.64º | 0.22% | 1% | - |
| XYZ | 75.44 | 86.63 | 107.35 | - |
| YUV | 234.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 255 | 0.22 | 0.03 | 0 | 0 | 187.64 | 1 | 0.89 |
| Hex | C8 | F8 | FF | 16 | 3 | 0 | 0 | BC | 64 | 59 |
| Octal | 310 | 370 | 377 | 26 | 3 | 0 | 0 | 274 | 144 | 131 |
| Binary | 11001000 | 11111000 | 11111111 | 10110 | 11 | 0 | 0 | 10111100 | 1100100 | 1011001 |
Color Harmonies of #C8F8FF
Complementary color
Monochromatic Colors of #C8F8FF
Black with #C8F8FF
Text Example
Text Example
White with #C8F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8FF; }
p { color: rgb(200,248,255); }
H1.HeaderClassName
{
color: #C8F8FF;
}
.AnyTagClassName
{
color: #C8F8FF;
}
</style>
background-color css
<style>
a { background-color: #C8F8FF; }
a { background-color: rgb(200,248,255); }
div.DivClassName
{
background-color: #C8F8FF;
}
.BgClassName
{
background-color: #C8F8FF;
}
</style>
border-color css
<style>
span { border-color: #C8F8FF; }
span { border-color: rgb(200,248,255); }
td.TdClassName
{
border-color: #C8F8FF;
}
.TagClassName
{
border-color: #C8F8FF;
}
</style>