Shades of Onahau #C7F1FF
Tints of Onahau #C7F1FF
RGB
CMYK
RGB Variations
Color information
#C7F1FF (or 0xC7F1FF) is known color: Onahau. HEX triplet: C7, F1 and FF. RGB value is (199,241,255). Sum of RGB (Red+Green+Blue) = 199+241+255=695 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.63% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7F1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F1FF is #380E00. Grayscale: #E5E5E5. Windows color (decimal): -3673601 or 16773575. OLE color: 16773575.
HSL color Cylindrical-coordinate representation of color #C7F1FF: hue angle of 195º 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 #C7F1FF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 241 | 255 | - |
| CMYK | 0.22 | 0.05 | 0 | 0 |
| HSL | 195º | 1% | 0.89% | - |
| HSV(B) | 195º | 0.22% | 1% | - |
| XYZ | 73.06 | 82.27 | 106.64 | - |
| YUV | 230.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 255 | 0.22 | 0.05 | 0 | 0 | 195 | 1 | 0.89 |
| Hex | C7 | F1 | FF | 16 | 5 | 0 | 0 | C3 | 64 | 59 |
| Octal | 307 | 361 | 377 | 26 | 5 | 0 | 0 | 303 | 144 | 131 |
| Binary | 11000111 | 11110001 | 11111111 | 10110 | 101 | 0 | 0 | 11000011 | 1100100 | 1011001 |
Color Harmonies of #C7F1FF
Complementary color
Monochromatic Colors of #C7F1FF
Black with #C7F1FF
Text Example
Text Example
White with #C7F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F1FF; }
p { color: rgb(199,241,255); }
H1.HeaderClassName
{
color: #C7F1FF;
}
.AnyTagClassName
{
color: #C7F1FF;
}
</style>
background-color css
<style>
a { background-color: #C7F1FF; }
a { background-color: rgb(199,241,255); }
div.DivClassName
{
background-color: #C7F1FF;
}
.BgClassName
{
background-color: #C7F1FF;
}
</style>
border-color css
<style>
span { border-color: #C7F1FF; }
span { border-color: rgb(199,241,255); }
td.TdClassName
{
border-color: #C7F1FF;
}
.TagClassName
{
border-color: #C7F1FF;
}
</style>