Shades of Onahau #C5F5F7
Tints of Onahau #C5F5F7
RGB
CMYK
RGB Variations
Color information
#C5F5F7 (or 0xC5F5F7) is known color: Onahau. HEX triplet: C5, F5 and F7. RGB value is (197,245,247). Sum of RGB (Red+Green+Blue) = 197+245+247=689 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.59% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #C5F5F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F5F7 is #3A0A08. Grayscale: #E6E6E6. Windows color (decimal): -3803657 or 16250309. OLE color: 16250309.
HSL color Cylindrical-coordinate representation of color #C5F5F7: hue angle of 182.4º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5F5F7 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 245 | 247 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.03 |
| HSL | 182.4º | 0.76% | 0.87% | - |
| HSV(B) | 182.4º | 0.2% | 0.97% | - |
| XYZ | 72.47 | 83.89 | 100.37 | - |
| YUV | 230.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 247 | 0.20 | 0.01 | 0 | 0.03 | 182.4 | 0.76 | 0.87 |
| Hex | C5 | F5 | F7 | 14 | 1 | 0 | 3 | B6 | 4C | 57 |
| Octal | 305 | 365 | 367 | 24 | 1 | 0 | 3 | 266 | 114 | 127 |
| Binary | 11000101 | 11110101 | 11110111 | 10100 | 1 | 0 | 11 | 10110110 | 1001100 | 1010111 |
Color Harmonies of #C5F5F7
Complementary color
Monochromatic Colors of #C5F5F7
Black with #C5F5F7
Text Example
Text Example
White with #C5F5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F5F7; }
p { color: rgb(197,245,247); }
H1.HeaderClassName
{
color: #C5F5F7;
}
.AnyTagClassName
{
color: #C5F5F7;
}
</style>
background-color css
<style>
a { background-color: #C5F5F7; }
a { background-color: rgb(197,245,247); }
div.DivClassName
{
background-color: #C5F5F7;
}
.BgClassName
{
background-color: #C5F5F7;
}
</style>
border-color css
<style>
span { border-color: #C5F5F7; }
span { border-color: rgb(197,245,247); }
td.TdClassName
{
border-color: #C5F5F7;
}
.TagClassName
{
border-color: #C5F5F7;
}
</style>