#C3DBD0

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

Shades of Aero Blue #C3DBD0

Tints of Aero Blue #C3DBD0

Color information

#C3DBD0 (or 0xC3DBD0) is unknown color: approx Aero Blue. HEX triplet: C3, DB and D0. RGB value is (195,219,208). Sum of RGB (Red+Green+Blue) = 195+219+208=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBD0 is #3C242F. Grayscale: #D2D2D2. Windows color (decimal): -3941424 or 13687747. OLE color: 13687747.

HSL color Cylindrical-coordinate representation of color #C3DBD0: hue angle of 152.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBD0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB195219208-
CMYK0.1100.050.14
HSL152.5º25%81.18%-
HSV(B)152.5º10.96%85.88%-
XYZ59.2266.8269.45-
YUV210.57126.55116.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 208 (81.64% from 255) = 33.44%
R=31.35%
G=35.21%
B=33.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952192080.1100.050.14152.52581.18
HexC3DBD0B05E981951
Octal30333332013051623031121
Binary11000011110110111101000010110101111010011000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBD0; }

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

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

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

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

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

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

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

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