#C3FFDB

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

Shades of Aero Blue #C3FFDB

Tints of Aero Blue #C3FFDB

Color information

#C3FFDB (or 0xC3FFDB) is unknown color: approx Aero Blue. HEX triplet: C3, FF and DB. RGB value is (195,255,219). Sum of RGB (Red+Green+Blue) = 195+255+219=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFDB is #3C0024. Grayscale: #E9E9E9. Windows color (decimal): -3932197 or 14417859. OLE color: 14417859.

HSL color Cylindrical-coordinate representation of color #C3FFDB: hue angle of 144º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFDB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB195255219-
CMYK0.2400.140
HSL144º100%88.24%-
HSV(B)144º23.53%100%-
XYZ71.0588.2480.3-
YUV232.96120.12100.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.15%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=29.15%
G=38.12%
B=32.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952552190.2400.14014410088.24
HexC3FFDB180E0906458
Octal303377333300160220144130
Binary110000111111111111011011110000111001001000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFDB; }

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

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

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

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

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

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

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

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