#C2EEFC

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

Shades of Onahau #C2EEFC

Tints of Onahau #C2EEFC

Color information

#C2EEFC (or 0xC2EEFC) is unknown color: approx Onahau. HEX triplet: C2, EE and FC. RGB value is (194,238,252). Sum of RGB (Red+Green+Blue) = 194+238+252=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEFC is #3D1103. Grayscale: #E2E2E2. Windows color (decimal): -4002052 or 16576194. OLE color: 16576194.

HSL color Cylindrical-coordinate representation of color #C2EEFC: hue angle of 194.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2EEFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194238252-
CMYK0.230.0600.01
HSL194.48º90.62%87.45%-
HSV(B)194.48º23.02%98.82%-
XYZ70.3979.65103.76-
YUV226.44142.42104.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.36%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=28.36%
G=34.80%
B=36.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942382520.230.0600.01194.4890.6287.45
HexC2EEFC17601c25b57
Octal30235637427601302133127
Binary11000010111011101111110010111110011100001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EEFC; }

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

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

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

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

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

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

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

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