#C2EDF2

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

Shades of Onahau #C2EDF2

Tints of Onahau #C2EDF2

Color information

#C2EDF2 (or 0xC2EDF2) is unknown color: approx Onahau. HEX triplet: C2, ED and F2. RGB value is (194,237,242). Sum of RGB (Red+Green+Blue) = 194+237+242=673 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.83% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDF2 is #3D120D. Grayscale: #E0E0E0. Windows color (decimal): -4002318 or 15920578. OLE color: 15920578.

HSL color Cylindrical-coordinate representation of color #C2EDF2: hue angle of 186.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EDF2 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194237242-
CMYK0.200.0200.05
HSL186.25º64.86%85.49%-
HSV(B)186.25º19.83%94.9%-
XYZ68.5678.4595.53-
YUV224.71137.75106.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.83%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 242 (94.92% from 255) = 35.96%
R=28.83%
G=35.22%
B=35.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942372420.200.0200.05186.2564.8685.49
HexC2EDF214205ba4155
Octal30235536224205272101125
Binary110000101110110111110010101001001011011101010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EDF2; }

 p { color: rgb(194,237,242); }

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

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

 a { background-color: rgb(194,237,242); }

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

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

 span { border-color: rgb(194,237,242); }

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