Shades of Onahau #C7F5FE
Tints of Onahau #C7F5FE
RGB
CMYK
RGB Variations
Color information
#C7F5FE (or 0xC7F5FE) is known color: Onahau. HEX triplet: C7, F5 and FE. RGB value is (199,245,254). Sum of RGB (Red+Green+Blue) = 199+245+254=698 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.51% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F5FE is #380A01. Grayscale: #E8E8E8. Windows color (decimal): -3672578 or 16709063. OLE color: 16709063.
HSL color Cylindrical-coordinate representation of color #C7F5FE: hue angle of 189.82º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7F5FE is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 245 | 254 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.00 |
| HSL | 189.82º | 0.96% | 0.89% | - |
| HSV(B) | 189.82º | 0.22% | 1% | - |
| XYZ | 74.09 | 84.6 | 106.19 | - |
| YUV | 232.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 254 | 0.22 | 0.04 | 0 | 0.00 | 189.82 | 0.96 | 0.89 |
| Hex | C7 | F5 | FE | 16 | 4 | 0 | 0 | BE | 60 | 59 |
| Octal | 307 | 365 | 376 | 26 | 4 | 0 | 0 | 276 | 140 | 131 |
| Binary | 11000111 | 11110101 | 11111110 | 10110 | 100 | 0 | 0 | 10111110 | 1100000 | 1011001 |
Color Harmonies of #C7F5FE
Complementary color
Monochromatic Colors of #C7F5FE
Black with #C7F5FE
Text Example
Text Example
White with #C7F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F5FE; }
p { color: rgb(199,245,254); }
H1.HeaderClassName
{
color: #C7F5FE;
}
.AnyTagClassName
{
color: #C7F5FE;
}
</style>
background-color css
<style>
a { background-color: #C7F5FE; }
a { background-color: rgb(199,245,254); }
div.DivClassName
{
background-color: #C7F5FE;
}
.BgClassName
{
background-color: #C7F5FE;
}
</style>
border-color css
<style>
span { border-color: #C7F5FE; }
span { border-color: rgb(199,245,254); }
td.TdClassName
{
border-color: #C7F5FE;
}
.TagClassName
{
border-color: #C7F5FE;
}
</style>