Shades of Onahau #C2F3FD
Tints of Onahau #C2F3FD
RGB
CMYK
RGB Variations
Color information
#C2F3FD (or 0xC2F3FD) is known color: Onahau. HEX triplet: C2, F3 and FD. RGB value is (194,243,253). Sum of RGB (Red+Green+Blue) = 194+243+253=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2F3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F3FD is #3D0C02. Grayscale: #E5E5E5. Windows color (decimal): -4000771 or 16643010. OLE color: 16643010.
HSL color Cylindrical-coordinate representation of color #C2F3FD: hue angle of 190.17º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F3FD is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 243 | 253 | - |
CMYK | 0.23 | 0.04 | 0 | 0.01 |
HSL | 190.17º | 0.94% | 0.88% | - |
HSV(B) | 190.17º | 0.23% | 0.99% | - |
XYZ | 72.03 | 82.66 | 105.09 | - |
YUV | 229.49 | 141.27 | 102.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 243 | 253 | 0.23 | 0.04 | 0 | 0.01 | 190.17 | 0.94 | 0.88 |
Hex | C2 | F3 | FD | 17 | 4 | 0 | 1 | BE | 5E | 58 |
Octal | 302 | 363 | 375 | 27 | 4 | 0 | 1 | 276 | 136 | 130 |
Binary | 11000010 | 11110011 | 11111101 | 10111 | 100 | 0 | 1 | 10111110 | 1011110 | 1011000 |
Color Harmonies of #C2F3FD
Complementary color
Monochromatic Colors of #C2F3FD
Black with #C2F3FD
Text Example
Text Example
White with #C2F3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F3FD; }
p { color: rgb(194,243,253); }
H1.HeaderClassName
{
color: #C2F3FD;
}
.AnyTagClassName
{
color: #C2F3FD;
}
</style>
background-color css
<style>
a { background-color: #C2F3FD; }
a { background-color: rgb(194,243,253); }
div.DivClassName
{
background-color: #C2F3FD;
}
.BgClassName
{
background-color: #C2F3FD;
}
</style>
border-color css
<style>
span { border-color: #C2F3FD; }
span { border-color: rgb(194,243,253); }
td.TdClassName
{
border-color: #C2F3FD;
}
.TagClassName
{
border-color: #C2F3FD;
}
</style>