Shades of Onahau #C5F3FF
Tints of Onahau #C5F3FF
RGB
CMYK
RGB Variations
Color information
#C5F3FF (or 0xC5F3FF) is known color: Onahau. HEX triplet: C5, F3 and FF. RGB value is (197,243,255). Sum of RGB (Red+Green+Blue) = 197+243+255=695 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.35% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5F3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F3FF is #3A0C00. Grayscale: #E6E6E6. Windows color (decimal): -3804161 or 16774085. OLE color: 16774085.
HSL color Cylindrical-coordinate representation of color #C5F3FF: hue angle of 192.41º 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 #C5F3FF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 243 | 255 | - |
| CMYK | 0.23 | 0.05 | 0 | 0 |
| HSL | 192.41º | 1% | 0.89% | - |
| HSV(B) | 192.41º | 0.23% | 1% | - |
| XYZ | 73.13 | 83.19 | 106.81 | - |
| YUV | 230.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 255 | 0.23 | 0.05 | 0 | 0 | 192.41 | 1 | 0.89 |
| Hex | C5 | F3 | FF | 17 | 5 | 0 | 0 | C0 | 64 | 59 |
| Octal | 305 | 363 | 377 | 27 | 5 | 0 | 0 | 300 | 144 | 131 |
| Binary | 11000101 | 11110011 | 11111111 | 10111 | 101 | 0 | 0 | 11000000 | 1100100 | 1011001 |
Color Harmonies of #C5F3FF
Complementary color
Monochromatic Colors of #C5F3FF
Black with #C5F3FF
Text Example
Text Example
White with #C5F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F3FF; }
p { color: rgb(197,243,255); }
H1.HeaderClassName
{
color: #C5F3FF;
}
.AnyTagClassName
{
color: #C5F3FF;
}
</style>
background-color css
<style>
a { background-color: #C5F3FF; }
a { background-color: rgb(197,243,255); }
div.DivClassName
{
background-color: #C5F3FF;
}
.BgClassName
{
background-color: #C5F3FF;
}
</style>
border-color css
<style>
span { border-color: #C5F3FF; }
span { border-color: rgb(197,243,255); }
td.TdClassName
{
border-color: #C5F3FF;
}
.TagClassName
{
border-color: #C5F3FF;
}
</style>