#A7CCDB

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

Shades of French Pass #A7CCDB

Tints of French Pass #A7CCDB

Color information

#A7CCDB (or 0xA7CCDB) is unknown color: approx French Pass. HEX triplet: A7, CC and DB. RGB value is (167,204,219). Sum of RGB (Red+Green+Blue) = 167+204+219=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCDB is #583324. Grayscale: #C2C2C2. Windows color (decimal): -5780261 or 14404775. OLE color: 14404775.

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

Color convert

RGB167204219-
CMYK0.240.0700.14
HSL197.31º41.94%75.69%-
HSV(B)197.31º23.74%85.88%-
XYZ50.3256.5275.27-
YUV194.65141.74108.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.31%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=28.31%
G=34.58%
B=37.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672042190.240.0700.14197.3141.9475.69
HexA7CCDB1870Ec52a4c
Octal24731433330701630552114
Binary1010011111001100110110111100011101110110001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCDB; }

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

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

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

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

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

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

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

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