Shades of Onahau #C7F5FF
Tints of Onahau #C7F5FF
RGB
CMYK
RGB Variations
Color information
#C7F5FF (or 0xC7F5FF) is known color: Onahau. HEX triplet: C7, F5 and FF. RGB value is (199,245,255). Sum of RGB (Red+Green+Blue) = 199+245+255=699 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.47% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F5FF is #380A00. Grayscale: #E8E8E8. Windows color (decimal): -3672577 or 16774599. OLE color: 16774599.
HSL color Cylindrical-coordinate representation of color #C7F5FF: hue angle of 190.71º 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 #C7F5FF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 245 | 255 | - |
| CMYK | 0.22 | 0.04 | 0 | 0 |
| HSL | 190.71º | 1% | 0.89% | - |
| HSV(B) | 190.71º | 0.22% | 1% | - |
| XYZ | 74.26 | 84.67 | 107.04 | - |
| YUV | 232.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 255 | 0.22 | 0.04 | 0 | 0 | 190.71 | 1 | 0.89 |
| Hex | C7 | F5 | FF | 16 | 4 | 0 | 0 | BF | 64 | 59 |
| Octal | 307 | 365 | 377 | 26 | 4 | 0 | 0 | 277 | 144 | 131 |
| Binary | 11000111 | 11110101 | 11111111 | 10110 | 100 | 0 | 0 | 10111111 | 1100100 | 1011001 |
Color Harmonies of #C7F5FF
Complementary color
Monochromatic Colors of #C7F5FF
Black with #C7F5FF
Text Example
Text Example
White with #C7F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F5FF; }
p { color: rgb(199,245,255); }
H1.HeaderClassName
{
color: #C7F5FF;
}
.AnyTagClassName
{
color: #C7F5FF;
}
</style>
background-color css
<style>
a { background-color: #C7F5FF; }
a { background-color: rgb(199,245,255); }
div.DivClassName
{
background-color: #C7F5FF;
}
.BgClassName
{
background-color: #C7F5FF;
}
</style>
border-color css
<style>
span { border-color: #C7F5FF; }
span { border-color: rgb(199,245,255); }
td.TdClassName
{
border-color: #C7F5FF;
}
.TagClassName
{
border-color: #C7F5FF;
}
</style>