#C2EFFA

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

Shades of Onahau #C2EFFA

Tints of Onahau #C2EFFA

Color information

#C2EFFA (or 0xC2EFFA) is unknown color: approx Onahau. HEX triplet: C2, EF and FA. RGB value is (194,239,250). Sum of RGB (Red+Green+Blue) = 194+239+250=683 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.40% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EFFA is #3D1005. Grayscale: #E2E2E2. Windows color (decimal): -4001798 or 16445378. OLE color: 16445378.

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

Color convert

RGB194239250-
CMYK0.220.0400.02
HSL191.79º84.85%87.06%-
HSV(B)191.79º22.4%98.04%-
XYZ70.3780.1102.2-
YUV226.8141.09104.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.40%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=28.40%
G=34.99%
B=36.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942392500.220.0400.02191.7984.8587.06
HexC2EFFA16402c05557
Octal30235737226402300125127
Binary110000101110111111111010101101000101100000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EFFA; }

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

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

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

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

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

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

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

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