#C2EAFA

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

Shades of Onahau #C2EAFA

Tints of Onahau #C2EAFA

Color information

#C2EAFA (or 0xC2EAFA) is unknown color: approx Onahau. HEX triplet: C2, EA and FA. RGB value is (194,234,250). Sum of RGB (Red+Green+Blue) = 194+234+250=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EAFA is #3D1505. Grayscale: #DFDFDF. Windows color (decimal): -4003078 or 16444098. OLE color: 16444098.

HSL color Cylindrical-coordinate representation of color #C2EAFA: hue angle of 197.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2EAFA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194234250-
CMYK0.220.0600.02
HSL197.14º84.85%87.06%-
HSV(B)197.14º22.4%98.04%-
XYZ68.9377.22101.71-
YUV223.86142.75106.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.61%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=28.61%
G=34.51%
B=36.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942342500.220.0600.02197.1484.8587.06
HexC2EAFA16602c55557
Octal30235237226602305125127
Binary110000101110101011111010101101100101100010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EAFA; }

 p { color: rgb(194,234,250); }

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

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

 a { background-color: rgb(194,234,250); }

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

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

 span { border-color: rgb(194,234,250); }

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