Shades of Onahau #C3FBFF
Tints of Onahau #C3FBFF
RGB
CMYK
RGB Variations
Color information
#C3FBFF (or 0xC3FBFF) is known color: Onahau. HEX triplet: C3, FB and FF. RGB value is (195,251,255). Sum of RGB (Red+Green+Blue) = 195+251+255=701 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.82% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3FBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FBFF is #3C0400. Grayscale: #EAEAEA. Windows color (decimal): -3933185 or 16776131. OLE color: 16776131.
HSL color Cylindrical-coordinate representation of color #C3FBFF: hue angle of 184º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FBFF is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 251 | 255 | - |
| CMYK | 0.24 | 0.02 | 0 | 0 |
| HSL | 184º | 1% | 0.88% | - |
| HSV(B) | 184º | 0.24% | 1% | - |
| XYZ | 75.05 | 87.82 | 107.6 | - |
| YUV | 234.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 255 | 0.24 | 0.02 | 0 | 0 | 184 | 1 | 0.88 |
| Hex | C3 | FB | FF | 18 | 2 | 0 | 0 | B8 | 64 | 58 |
| Octal | 303 | 373 | 377 | 30 | 2 | 0 | 0 | 270 | 144 | 130 |
| Binary | 11000011 | 11111011 | 11111111 | 11000 | 10 | 0 | 0 | 10111000 | 1100100 | 1011000 |
Color Harmonies of #C3FBFF
Complementary color
Monochromatic Colors of #C3FBFF
Black with #C3FBFF
Text Example
Text Example
White with #C3FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FBFF; }
p { color: rgb(195,251,255); }
H1.HeaderClassName
{
color: #C3FBFF;
}
.AnyTagClassName
{
color: #C3FBFF;
}
</style>
background-color css
<style>
a { background-color: #C3FBFF; }
a { background-color: rgb(195,251,255); }
div.DivClassName
{
background-color: #C3FBFF;
}
.BgClassName
{
background-color: #C3FBFF;
}
</style>
border-color css
<style>
span { border-color: #C3FBFF; }
span { border-color: rgb(195,251,255); }
td.TdClassName
{
border-color: #C3FBFF;
}
.TagClassName
{
border-color: #C3FBFF;
}
</style>