#A7CBDB

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

Shades of French Pass #A7CBDB

Tints of French Pass #A7CBDB

Color information

#A7CBDB (or 0xA7CBDB) is unknown color: approx French Pass. HEX triplet: A7, CB and DB. RGB value is (167,203,219). Sum of RGB (Red+Green+Blue) = 167+203+219=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBDB is #583424. Grayscale: #C1C1C1. Windows color (decimal): -5780517 or 14404519. OLE color: 14404519.

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

Color convert

RGB167203219-
CMYK0.240.0700.14
HSL198.46º41.94%75.69%-
HSV(B)198.46º23.74%85.88%-
XYZ50.0856.0475.2-
YUV194.06142.07108.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.35%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=28.35%
G=34.47%
B=37.18%

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
Decimal1672032190.240.0700.14198.4641.9475.69
HexA7CBDB1870Ec62a4c
Octal24731333330701630652114
Binary1010011111001011110110111100011101110110001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBDB; }

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

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

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

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

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

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

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

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