#C3F1DB

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

Shades of Aero Blue #C3F1DB

Tints of Aero Blue #C3F1DB

Color information

#C3F1DB (or 0xC3F1DB) is unknown color: approx Aero Blue. HEX triplet: C3, F1 and DB. RGB value is (195,241,219). Sum of RGB (Red+Green+Blue) = 195+241+219=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F1DB is #3C0E24. Grayscale: #E0E0E0. Windows color (decimal): -3935781 or 14414275. OLE color: 14414275.

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

Color convert

RGB195241219-
CMYK0.1900.090.05
HSL151.3º62.16%85.49%-
HSV(B)151.3º19.09%94.51%-
XYZ66.7579.6378.87-
YUV224.74124.76106.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.77%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=29.77%
G=36.79%
B=33.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952412190.1900.090.05151.362.1685.49
HexC3F1DB13095973e55
Octal30336133323011522776125
Binary1100001111110001110110111001101001101100101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F1DB; }

 p { color: rgb(195,241,219); }

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

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

 a { background-color: rgb(195,241,219); }

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

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

 span { border-color: rgb(195,241,219); }

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