Shades of Onahau #C1EDFD
Tints of Onahau #C1EDFD
RGB
CMYK
RGB Variations
Color information
#C1EDFD (or 0xC1EDFD) is known color: Onahau. HEX triplet: C1, ED and FD. RGB value is (193,237,253). Sum of RGB (Red+Green+Blue) = 193+237+253=683 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.26% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EDFD is #3E1202. Grayscale: #E1E1E1. Windows color (decimal): -4067843 or 16641473. OLE color: 16641473.
HSL color Cylindrical-coordinate representation of color #C1EDFD: hue angle of 196º 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 #C1EDFD is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 193 | 237 | 253 | - |
CMYK | 0.24 | 0.06 | 0 | 0.01 |
HSL | 196º | 0.94% | 0.87% | - |
HSV(B) | 196º | 0.24% | 0.99% | - |
XYZ | 70.01 | 79 | 104.49 | - |
YUV | 225.67 | 143.42 | 104.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 237 | 253 | 0.24 | 0.06 | 0 | 0.01 | 196 | 0.94 | 0.87 |
Hex | C1 | ED | FD | 18 | 6 | 0 | 1 | C4 | 5E | 57 |
Octal | 301 | 355 | 375 | 30 | 6 | 0 | 1 | 304 | 136 | 127 |
Binary | 11000001 | 11101101 | 11111101 | 11000 | 110 | 0 | 1 | 11000100 | 1011110 | 1010111 |
Color Harmonies of #C1EDFD
Complementary color
Monochromatic Colors of #C1EDFD
Black with #C1EDFD
Text Example
Text Example
White with #C1EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDFD; }
p { color: rgb(193,237,253); }
H1.HeaderClassName
{
color: #C1EDFD;
}
.AnyTagClassName
{
color: #C1EDFD;
}
</style>
background-color css
<style>
a { background-color: #C1EDFD; }
a { background-color: rgb(193,237,253); }
div.DivClassName
{
background-color: #C1EDFD;
}
.BgClassName
{
background-color: #C1EDFD;
}
</style>
border-color css
<style>
span { border-color: #C1EDFD; }
span { border-color: rgb(193,237,253); }
td.TdClassName
{
border-color: #C1EDFD;
}
.TagClassName
{
border-color: #C1EDFD;
}
</style>