Shades of Onahau #C3EFF3
Tints of Onahau #C3EFF3
RGB
CMYK
RGB Variations
Color information
#C3EFF3 (or 0xC3EFF3) is known color: Onahau. HEX triplet: C3, EF and F3. RGB value is (195,239,243). Sum of RGB (Red+Green+Blue) = 195+239+243=677 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.80% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EFF3 is #3C100C. Grayscale: #E2E2E2. Windows color (decimal): -3936269 or 15986627. OLE color: 15986627.
HSL color Cylindrical-coordinate representation of color #C3EFF3: hue angle of 185º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3EFF3 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 239 | 243 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.05 |
| HSL | 185º | 0.67% | 0.86% | - |
| HSV(B) | 185º | 0.2% | 0.95% | - |
| XYZ | 69.55 | 79.81 | 96.53 | - |
| YUV | 226.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 243 | 0.20 | 0.02 | 0 | 0.05 | 185 | 0.67 | 0.86 |
| Hex | C3 | EF | F3 | 14 | 2 | 0 | 5 | B9 | 43 | 56 |
| Octal | 303 | 357 | 363 | 24 | 2 | 0 | 5 | 271 | 103 | 126 |
| Binary | 11000011 | 11101111 | 11110011 | 10100 | 10 | 0 | 101 | 10111001 | 1000011 | 1010110 |
Color Harmonies of #C3EFF3
Complementary color
Monochromatic Colors of #C3EFF3
Black with #C3EFF3
Text Example
Text Example
White with #C3EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFF3; }
p { color: rgb(195,239,243); }
H1.HeaderClassName
{
color: #C3EFF3;
}
.AnyTagClassName
{
color: #C3EFF3;
}
</style>
background-color css
<style>
a { background-color: #C3EFF3; }
a { background-color: rgb(195,239,243); }
div.DivClassName
{
background-color: #C3EFF3;
}
.BgClassName
{
background-color: #C3EFF3;
}
</style>
border-color css
<style>
span { border-color: #C3EFF3; }
span { border-color: rgb(195,239,243); }
td.TdClassName
{
border-color: #C3EFF3;
}
.TagClassName
{
border-color: #C3EFF3;
}
</style>