#ABD0E0

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

Shades of French Pass #ABD0E0

Tints of French Pass #ABD0E0

Color information

#ABD0E0 (or 0xABD0E0) is unknown color: approx French Pass. HEX triplet: AB, D0 and E0. RGB value is (171,208,224). Sum of RGB (Red+Green+Blue) = 171+208+224=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABD0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0E0 is #542F1F. Grayscale: #C6C6C6. Windows color (decimal): -5517088 or 14733483. OLE color: 14733483.

HSL color Cylindrical-coordinate representation of color #ABD0E0: hue angle of 198.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABD0E0 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171208224-
CMYK0.240.0700.12
HSL198.11º46.09%77.45%-
HSV(B)198.11º23.66%87.84%-
XYZ52.8159.1579.16-
YUV198.76142.24108.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=28.36%
G=34.49%
B=37.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712082240.240.0700.12198.1146.0977.45
HexABD0E01870Cc62e4d
Octal25332034030701430656115
Binary1010101111010000111000001100011101100110001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0E0; }

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

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

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

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

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

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

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

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