#ADD6DC

Color #ADD6DC French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #ADD6DC

Tints of French Pass #ADD6DC

Color information

#ADD6DC (or 0xADD6DC) is unknown color: approx French Pass. HEX triplet: AD, D6 and DC. RGB value is (173,214,220). Sum of RGB (Red+Green+Blue) = 173+214+220=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6DC is #522923. Grayscale: #CACACA. Windows color (decimal): -5384484 or 14472877. OLE color: 14472877.

HSL color Cylindrical-coordinate representation of color #ADD6DC: hue angle of 187.66º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD6DC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173214220-
CMYK0.210.0300.14
HSL187.66º40.17%77.06%-
HSV(B)187.66º21.36%86.27%-
XYZ54.262.1476.85-
YUV202.42137.92107.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 214 (83.98% from 255) = 35.26%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=28.50%
G=35.26%
B=36.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732142200.210.0300.14187.6640.1777.06
HexADD6DC1530Ebc284d
Octal25532633425301627450115
Binary101011011101011011011100101011101110101111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6DC; }

 p { color: rgb(173,214,220); }

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

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

 a { background-color: rgb(173,214,220); }

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

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

 span { border-color: rgb(173,214,220); }

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