Shades of Onahau #C1EBFD
Tints of Onahau #C1EBFD
RGB
CMYK
RGB Variations
Color information
#C1EBFD (or 0xC1EBFD) is known color: Onahau. HEX triplet: C1, EB and FD. RGB value is (193,235,253). Sum of RGB (Red+Green+Blue) = 193+235+253=681 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.34% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EBFD is #3E1402. Grayscale: #E0E0E0. Windows color (decimal): -4068355 or 16640961. OLE color: 16640961.
HSL color Cylindrical-coordinate representation of color #C1EBFD: hue angle of 198º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1EBFD is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 235 | 253 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.01 |
| HSL | 198º | 0.94% | 0.87% | - |
| HSV(B) | 198º | 0.24% | 0.99% | - |
| XYZ | 69.43 | 77.85 | 104.29 | - |
| YUV | 224.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 253 | 0.24 | 0.07 | 0 | 0.01 | 198 | 0.94 | 0.87 |
| Hex | C1 | EB | FD | 18 | 7 | 0 | 1 | C6 | 5E | 57 |
| Octal | 301 | 353 | 375 | 30 | 7 | 0 | 1 | 306 | 136 | 127 |
| Binary | 11000001 | 11101011 | 11111101 | 11000 | 111 | 0 | 1 | 11000110 | 1011110 | 1010111 |
Color Harmonies of #C1EBFD
Complementary color
Monochromatic Colors of #C1EBFD
Black with #C1EBFD
Text Example
Text Example
White with #C1EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBFD; }
p { color: rgb(193,235,253); }
H1.HeaderClassName
{
color: #C1EBFD;
}
.AnyTagClassName
{
color: #C1EBFD;
}
</style>
background-color css
<style>
a { background-color: #C1EBFD; }
a { background-color: rgb(193,235,253); }
div.DivClassName
{
background-color: #C1EBFD;
}
.BgClassName
{
background-color: #C1EBFD;
}
</style>
border-color css
<style>
span { border-color: #C1EBFD; }
span { border-color: rgb(193,235,253); }
td.TdClassName
{
border-color: #C1EBFD;
}
.TagClassName
{
border-color: #C1EBFD;
}
</style>