#C2EBF6

Color #C2EBF6 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C2EBF6

Tints of Onahau #C2EBF6

Color information

#C2EBF6 (or 0xC2EBF6) is unknown color: approx Onahau. HEX triplet: C2, EB and F6. RGB value is (194,235,246). Sum of RGB (Red+Green+Blue) = 194+235+246=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2EBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBF6 is #3D1409. Grayscale: #DFDFDF. Windows color (decimal): -4002826 or 16182210. OLE color: 16182210.

HSL color Cylindrical-coordinate representation of color #C2EBF6: hue angle of 192.69º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EBF6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194235246-
CMYK0.210.0400.04
HSL192.69º74.29%86.27%-
HSV(B)192.69º21.14%96.47%-
XYZ68.5977.5498.54-
YUV224140.42106.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 28.74%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 246 (96.48% from 255) = 36.44%
R=28.74%
G=34.81%
B=36.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942352460.210.0400.04192.6974.2986.27
HexC2EBF615404c14a56
Octal30235336625404301112126
Binary1100001011101011111101101010110001001100000110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBF6; }

 p { color: rgb(194,235,246); }

 H1.HeaderClassName
 {
   color: #C2EBF6;
 }
 .AnyTagClassName
 {
   color: #C2EBF6;
 }
</style>
background-color css

<style>
 a { background-color: #C2EBF6; }

 a { background-color: rgb(194,235,246); }

 div.DivClassName
 {
   background-color: #C2EBF6;
 }
 .BgClassName
 {
   background-color: #C2EBF6;
 }
</style>
border-color css

<style>
 span { border-color: #C2EBF6; }

 span { border-color: rgb(194,235,246); }

 td.TdClassName
 {
   border-color: #C2EBF6;
 }
 .TagClassName
 {
   border-color: #C2EBF6;
 }
</style>