Shades of Onahau #C5F0FC
Tints of Onahau #C5F0FC
RGB
CMYK
RGB Variations
Color information
#C5F0FC (or 0xC5F0FC) is known color: Onahau. HEX triplet: C5, F0 and FC. RGB value is (197,240,252). Sum of RGB (Red+Green+Blue) = 197+240+252=689 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.59% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F0FC is #3A0F03. Grayscale: #E4E4E4. Windows color (decimal): -3804932 or 16576709. OLE color: 16576709.
HSL color Cylindrical-coordinate representation of color #C5F0FC: hue angle of 193.09º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5F0FC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 240 | 252 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.01 |
| HSL | 193.09º | 0.9% | 0.88% | - |
| HSV(B) | 193.09º | 0.22% | 0.99% | - |
| XYZ | 71.76 | 81.22 | 103.99 | - |
| YUV | 228.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 252 | 0.22 | 0.05 | 0 | 0.01 | 193.09 | 0.9 | 0.88 |
| Hex | C5 | F0 | FC | 16 | 5 | 0 | 1 | C1 | 5A | 58 |
| Octal | 305 | 360 | 374 | 26 | 5 | 0 | 1 | 301 | 132 | 130 |
| Binary | 11000101 | 11110000 | 11111100 | 10110 | 101 | 0 | 1 | 11000001 | 1011010 | 1011000 |
Color Harmonies of #C5F0FC
Complementary color
Monochromatic Colors of #C5F0FC
Black with #C5F0FC
Text Example
Text Example
White with #C5F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F0FC; }
p { color: rgb(197,240,252); }
H1.HeaderClassName
{
color: #C5F0FC;
}
.AnyTagClassName
{
color: #C5F0FC;
}
</style>
background-color css
<style>
a { background-color: #C5F0FC; }
a { background-color: rgb(197,240,252); }
div.DivClassName
{
background-color: #C5F0FC;
}
.BgClassName
{
background-color: #C5F0FC;
}
</style>
border-color css
<style>
span { border-color: #C5F0FC; }
span { border-color: rgb(197,240,252); }
td.TdClassName
{
border-color: #C5F0FC;
}
.TagClassName
{
border-color: #C5F0FC;
}
</style>