#C2EEFA

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

Shades of Onahau #C2EEFA

Tints of Onahau #C2EEFA

Color information

#C2EEFA (or 0xC2EEFA) is unknown color: approx Onahau. HEX triplet: C2, EE and FA. RGB value is (194,238,250). Sum of RGB (Red+Green+Blue) = 194+238+250=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEFA is #3D1105. Grayscale: #E2E2E2. Windows color (decimal): -4002054 or 16445122. OLE color: 16445122.

HSL color Cylindrical-coordinate representation of color #C2EEFA: hue angle of 192.86º 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 #C2EEFA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194238250-
CMYK0.220.0500.02
HSL192.86º84.85%87.06%-
HSV(B)192.86º22.4%98.04%-
XYZ70.0879.52102.1-
YUV226.21141.42105.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.45%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=28.45%
G=34.90%
B=36.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942382500.220.0500.02192.8684.8587.06
HexC2EEFA16502c15557
Octal30235637226502301125127
Binary110000101110111011111010101101010101100000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EEFA; }

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

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

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

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

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

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

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

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