#A7CBDD

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

Shades of French Pass #A7CBDD

Tints of French Pass #A7CBDD

Color information

#A7CBDD (or 0xA7CBDD) is unknown color: approx French Pass. HEX triplet: A7, CB and DD. RGB value is (167,203,221). Sum of RGB (Red+Green+Blue) = 167+203+221=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBDD is #583422. Grayscale: #C2C2C2. Windows color (decimal): -5780515 or 14535591. OLE color: 14535591.

HSL color Cylindrical-coordinate representation of color #A7CBDD: hue angle of 200º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7CBDD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167203221-
CMYK0.240.0800.13
HSL200º44.26%76.08%-
HSV(B)200º24.43%86.67%-
XYZ50.3456.1576.59-
YUV194.29143.07108.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.26%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=28.26%
G=34.35%
B=37.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672032210.240.0800.1320044.2676.08
HexA7CBDD1880Dc82c4c
Octal247313335301001531054114
Binary10100111110010111101110111000100001101110010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBDD; }

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

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

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

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

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

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

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

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