Shades of Onahau #C5F0FF
Tints of Onahau #C5F0FF
RGB
CMYK
RGB Variations
Color information
#C5F0FF (or 0xC5F0FF) is known color: Onahau. HEX triplet: C5, F0 and FF. RGB value is (197,240,255). Sum of RGB (Red+Green+Blue) = 197+240+255=692 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.47% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F0FF is #3A0F00. Grayscale: #E4E4E4. Windows color (decimal): -3804929 or 16773317. OLE color: 16773317.
HSL color Cylindrical-coordinate representation of color #C5F0FF: hue angle of 195.52º 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 #C5F0FF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 240 | 255 | - |
CMYK | 0.23 | 0.06 | 0 | 0 |
HSL | 195.52º | 1% | 0.89% | - |
HSV(B) | 195.52º | 0.23% | 1% | - |
XYZ | 72.24 | 81.41 | 106.51 | - |
YUV | 228.85 | 142.75 | 105.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 240 | 255 | 0.23 | 0.06 | 0 | 0 | 195.52 | 1 | 0.89 |
Hex | C5 | F0 | FF | 17 | 6 | 0 | 0 | C4 | 64 | 59 |
Octal | 305 | 360 | 377 | 27 | 6 | 0 | 0 | 304 | 144 | 131 |
Binary | 11000101 | 11110000 | 11111111 | 10111 | 110 | 0 | 0 | 11000100 | 1100100 | 1011001 |
Color Harmonies of #C5F0FF
Complementary color
Monochromatic Colors of #C5F0FF
Black with #C5F0FF
Text Example
Text Example
White with #C5F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F0FF; }
p { color: rgb(197,240,255); }
H1.HeaderClassName
{
color: #C5F0FF;
}
.AnyTagClassName
{
color: #C5F0FF;
}
</style>
background-color css
<style>
a { background-color: #C5F0FF; }
a { background-color: rgb(197,240,255); }
div.DivClassName
{
background-color: #C5F0FF;
}
.BgClassName
{
background-color: #C5F0FF;
}
</style>
border-color css
<style>
span { border-color: #C5F0FF; }
span { border-color: rgb(197,240,255); }
td.TdClassName
{
border-color: #C5F0FF;
}
.TagClassName
{
border-color: #C5F0FF;
}
</style>