Shades of Onahau #C3EBED
Tints of Onahau #C3EBED
RGB
CMYK
RGB Variations
Color information
#C3EBED (or 0xC3EBED) is known color: Onahau. HEX triplet: C3, EB and ED. RGB value is (195,235,237). Sum of RGB (Red+Green+Blue) = 195+235+237=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EBED is #3C1412. Grayscale: #DFDFDF. Windows color (decimal): -3937299 or 15592387. OLE color: 15592387.
HSL color Cylindrical-coordinate representation of color #C3EBED: hue angle of 182.86º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EBED is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 195 | 235 | 237 | - |
CMYK | 0.18 | 0.01 | 0 | 0.07 |
HSL | 182.86º | 0.54% | 0.85% | - |
HSV(B) | 182.86º | 0.18% | 0.93% | - |
XYZ | 67.5 | 77.13 | 91.45 | - |
YUV | 223.27 | 135.75 | 107.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 235 | 237 | 0.18 | 0.01 | 0 | 0.07 | 182.86 | 0.54 | 0.85 |
Hex | C3 | EB | ED | 12 | 1 | 0 | 7 | B7 | 36 | 55 |
Octal | 303 | 353 | 355 | 22 | 1 | 0 | 7 | 267 | 66 | 125 |
Binary | 11000011 | 11101011 | 11101101 | 10010 | 1 | 0 | 111 | 10110111 | 110110 | 1010101 |
Color Harmonies of #C3EBED
Complementary color
Monochromatic Colors of #C3EBED
Black with #C3EBED
Text Example
Text Example
White with #C3EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EBED; }
p { color: rgb(195,235,237); }
H1.HeaderClassName
{
color: #C3EBED;
}
.AnyTagClassName
{
color: #C3EBED;
}
</style>
background-color css
<style>
a { background-color: #C3EBED; }
a { background-color: rgb(195,235,237); }
div.DivClassName
{
background-color: #C3EBED;
}
.BgClassName
{
background-color: #C3EBED;
}
</style>
border-color css
<style>
span { border-color: #C3EBED; }
span { border-color: rgb(195,235,237); }
td.TdClassName
{
border-color: #C3EBED;
}
.TagClassName
{
border-color: #C3EBED;
}
</style>