#ABD0DD

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

Shades of French Pass #ABD0DD

Tints of French Pass #ABD0DD

Color information

#ABD0DD (or 0xABD0DD) is unknown color: approx French Pass. HEX triplet: AB, D0 and DD. RGB value is (171,208,221). Sum of RGB (Red+Green+Blue) = 171+208+221=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0DD is #542F22. Grayscale: #C6C6C6. Windows color (decimal): -5517091 or 14536875. OLE color: 14536875.

HSL color Cylindrical-coordinate representation of color #ABD0DD: hue angle of 195.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD0DD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171208221-
CMYK0.230.0600.13
HSL195.6º42.37%76.86%-
HSV(B)195.6º22.62%86.67%-
XYZ52.458.9977.03-
YUV198.42140.74108.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=28.5%
G=34.67%
B=36.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712082210.230.0600.13195.642.3776.86
HexABD0DD1760Dc42a4d
Octal25332033527601530452115
Binary1010101111010000110111011011111001101110001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0DD; }

 p { color: rgb(171,208,221); }

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

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

 a { background-color: rgb(171,208,221); }

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

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

 span { border-color: rgb(171,208,221); }

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