#ABCCDB

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

Shades of French Pass #ABCCDB

Tints of French Pass #ABCCDB

Color information

#ABCCDB (or 0xABCCDB) is unknown color: approx French Pass. HEX triplet: AB, CC and DB. RGB value is (171,204,219). Sum of RGB (Red+Green+Blue) = 171+204+219=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCDB is #543324. Grayscale: #C3C3C3. Windows color (decimal): -5518117 or 14404779. OLE color: 14404779.

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

Color convert

RGB171204219-
CMYK0.220.0700.14
HSL198.75º40%76.47%-
HSV(B)198.75º21.92%85.88%-
XYZ51.1756.9675.31-
YUV195.84141.07110.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=28.79%
G=34.34%
B=36.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712042190.220.0700.14198.754076.47
HexABCCDB1670Ec7284c
Octal25331433326701630750114
Binary1010101111001100110110111011011101110110001111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCDB; }

 p { color: rgb(171,204,219); }

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

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

 a { background-color: rgb(171,204,219); }

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

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

 span { border-color: rgb(171,204,219); }

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