Shades of Onahau #C5F8FF
Tints of Onahau #C5F8FF
RGB
CMYK
RGB Variations
Color information
#C5F8FF (or 0xC5F8FF) is known color: Onahau. HEX triplet: C5, F8 and FF. RGB value is (197,248,255). Sum of RGB (Red+Green+Blue) = 197+248+255=700 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.14% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5F8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F8FF is #3A0700. Grayscale: #E9E9E9. Windows color (decimal): -3802881 or 16775365. OLE color: 16775365.
HSL color Cylindrical-coordinate representation of color #C5F8FF: hue angle of 187.24º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5F8FF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 248 | 255 | - |
| CMYK | 0.23 | 0.03 | 0 | 0 |
| HSL | 187.24º | 1% | 0.89% | - |
| HSV(B) | 187.24º | 0.23% | 1% | - |
| XYZ | 74.64 | 86.23 | 107.32 | - |
| YUV | 233.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 255 | 0.23 | 0.03 | 0 | 0 | 187.24 | 1 | 0.89 |
| Hex | C5 | F8 | FF | 17 | 3 | 0 | 0 | BB | 64 | 59 |
| Octal | 305 | 370 | 377 | 27 | 3 | 0 | 0 | 273 | 144 | 131 |
| Binary | 11000101 | 11111000 | 11111111 | 10111 | 11 | 0 | 0 | 10111011 | 1100100 | 1011001 |
Color Harmonies of #C5F8FF
Complementary color
Monochromatic Colors of #C5F8FF
Black with #C5F8FF
Text Example
Text Example
White with #C5F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8FF; }
p { color: rgb(197,248,255); }
H1.HeaderClassName
{
color: #C5F8FF;
}
.AnyTagClassName
{
color: #C5F8FF;
}
</style>
background-color css
<style>
a { background-color: #C5F8FF; }
a { background-color: rgb(197,248,255); }
div.DivClassName
{
background-color: #C5F8FF;
}
.BgClassName
{
background-color: #C5F8FF;
}
</style>
border-color css
<style>
span { border-color: #C5F8FF; }
span { border-color: rgb(197,248,255); }
td.TdClassName
{
border-color: #C5F8FF;
}
.TagClassName
{
border-color: #C5F8FF;
}
</style>