#ABD0DE

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

Shades of French Pass #ABD0DE

Tints of French Pass #ABD0DE

Color information

#ABD0DE (or 0xABD0DE) is unknown color: approx French Pass. HEX triplet: AB, D0 and DE. RGB value is (171,208,222). Sum of RGB (Red+Green+Blue) = 171+208+222=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABD0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0DE is #542F21. Grayscale: #C6C6C6. Windows color (decimal): -5517090 or 14602411. OLE color: 14602411.

HSL color Cylindrical-coordinate representation of color #ABD0DE: hue angle of 196.47º degrees, saturation: 0.44, 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 #ABD0DE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171208222-
CMYK0.230.0600.13
HSL196.47º43.59%77.06%-
HSV(B)196.47º22.97%87.06%-
XYZ52.5459.0477.73-
YUV198.53141.24108.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=28.45%
G=34.61%
B=36.94%

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
Decimal1712082220.230.0600.13196.4743.5977.06
HexABD0DE1760Dc42c4d
Octal25332033627601530454115
Binary1010101111010000110111101011111001101110001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0DE; }

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

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

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

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

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

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

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

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