#C3DBCD

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

Shades of Aero Blue #C3DBCD

Tints of Aero Blue #C3DBCD

Color information

#C3DBCD (or 0xC3DBCD) is unknown color: approx Aero Blue. HEX triplet: C3, DB and CD. RGB value is (195,219,205). Sum of RGB (Red+Green+Blue) = 195+219+205=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBCD is #3C2432. Grayscale: #D2D2D2. Windows color (decimal): -3941427 or 13491139. OLE color: 13491139.

HSL color Cylindrical-coordinate representation of color #C3DBCD: hue angle of 145º 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 #C3DBCD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB195219205-
CMYK0.1100.060.14
HSL145º25%81.18%-
HSV(B)145º10.96%85.88%-
XYZ58.8666.6767.52-
YUV210.23125.05117.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=31.50%
G=35.38%
B=33.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952192050.1100.060.141452581.18
HexC3DBCDB06E911951
Octal30333331513061622131121
Binary11000011110110111100110110110110111010010001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBCD; }

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

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

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

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

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

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

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

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