#ABCDE0

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

Shades of French Pass #ABCDE0

Tints of French Pass #ABCDE0

Color information

#ABCDE0 (or 0xABCDE0) is unknown color: approx French Pass. HEX triplet: AB, CD and E0. RGB value is (171,205,224). Sum of RGB (Red+Green+Blue) = 171+205+224=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDE0 is #54321F. Grayscale: #C4C4C4. Windows color (decimal): -5517856 or 14732715. OLE color: 14732715.

HSL color Cylindrical-coordinate representation of color #ABCDE0: hue angle of 201.51º 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 #ABCDE0 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171205224-
CMYK0.240.0800.12
HSL201.51º46.09%77.45%-
HSV(B)201.51º23.66%87.84%-
XYZ52.0857.778.91-
YUV197143.24109.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=28.5%
G=34.17%
B=37.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712052240.240.0800.12201.5146.0977.45
HexABCDE01880Cca2e4d
Octal253315340301001431256115
Binary10101011110011011110000011000100001100110010101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDE0; }

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

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

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

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

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

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

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

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