Shades of Onahau #C3F4F8
Tints of Onahau #C3F4F8
RGB
CMYK
RGB Variations
Color information
#C3F4F8 (or 0xC3F4F8) is known color: Onahau. HEX triplet: C3, F4 and F8. RGB value is (195,244,248). Sum of RGB (Red+Green+Blue) = 195+244+248=687 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.38% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3F4F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F4F8 is #3C0B07. Grayscale: #E5E5E5. Windows color (decimal): -3934984 or 16315587. OLE color: 16315587.
HSL color Cylindrical-coordinate representation of color #C3F4F8: hue angle of 184.53º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F4F8 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 244 | 248 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.03 |
| HSL | 184.53º | 0.79% | 0.87% | - |
| HSV(B) | 184.53º | 0.21% | 0.97% | - |
| XYZ | 71.8 | 83.08 | 101.06 | - |
| YUV | 229.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 244 | 248 | 0.21 | 0.02 | 0 | 0.03 | 184.53 | 0.79 | 0.87 |
| Hex | C3 | F4 | F8 | 15 | 2 | 0 | 3 | B9 | 4F | 57 |
| Octal | 303 | 364 | 370 | 25 | 2 | 0 | 3 | 271 | 117 | 127 |
| Binary | 11000011 | 11110100 | 11111000 | 10101 | 10 | 0 | 11 | 10111001 | 1001111 | 1010111 |
Color Harmonies of #C3F4F8
Complementary color
Monochromatic Colors of #C3F4F8
Black with #C3F4F8
Text Example
Text Example
White with #C3F4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F4F8; }
p { color: rgb(195,244,248); }
H1.HeaderClassName
{
color: #C3F4F8;
}
.AnyTagClassName
{
color: #C3F4F8;
}
</style>
background-color css
<style>
a { background-color: #C3F4F8; }
a { background-color: rgb(195,244,248); }
div.DivClassName
{
background-color: #C3F4F8;
}
.BgClassName
{
background-color: #C3F4F8;
}
</style>
border-color css
<style>
span { border-color: #C3F4F8; }
span { border-color: rgb(195,244,248); }
td.TdClassName
{
border-color: #C3F4F8;
}
.TagClassName
{
border-color: #C3F4F8;
}
</style>