#C3F2D6

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

Shades of Aero Blue #C3F2D6

Tints of Aero Blue #C3F2D6

Color information

#C3F2D6 (or 0xC3F2D6) is unknown color: approx Aero Blue. HEX triplet: C3, F2 and D6. RGB value is (195,242,214). Sum of RGB (Red+Green+Blue) = 195+242+214=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2D6 is #3C0D29. Grayscale: #E0E0E0. Windows color (decimal): -3935530 or 14086851. OLE color: 14086851.

HSL color Cylindrical-coordinate representation of color #C3F2D6: hue angle of 144.26º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2D6 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB195242214-
CMYK0.1900.120.05
HSL144.26º64.38%85.69%-
HSV(B)144.26º19.42%94.9%-
XYZ66.479.9675.55-
YUV224.76121.93106.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.95%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=29.95%
G=37.17%
B=32.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952422140.1900.120.05144.2664.3885.69
HexC3F2D6130C5904056
Octal303362326230145220100126
Binary11000011111100101101011010011011001011001000010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F2D6; }

 p { color: rgb(195,242,214); }

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

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

 a { background-color: rgb(195,242,214); }

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

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

 span { border-color: rgb(195,242,214); }

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