#C1DBCC

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

Shades of Aero Blue #C1DBCC

Tints of Aero Blue #C1DBCC

Color information

#C1DBCC (or 0xC1DBCC) is unknown color: approx Aero Blue. HEX triplet: C1, DB and CC. RGB value is (193,219,204). Sum of RGB (Red+Green+Blue) = 193+219+204=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBCC is #3E2433. Grayscale: #D1D1D1. Windows color (decimal): -4072500 or 13425601. OLE color: 13425601.

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

Color convert

RGB193219204-
CMYK0.1200.070.14
HSL145.38º26.53%80.78%-
HSV(B)145.38º11.87%85.88%-
XYZ58.2266.3666.87-
YUV209.52124.89116.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=31.33%
G=35.55%
B=33.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932192040.1200.070.14145.3826.5380.78
HexC1DBCCC07E911b51
Octal30133331414071622133121
Binary11000001110110111100110011000111111010010001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBCC; }

 p { color: rgb(193,219,204); }

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

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

 a { background-color: rgb(193,219,204); }

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

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

 span { border-color: rgb(193,219,204); }

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