#A7CDDB

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

Shades of French Pass #A7CDDB

Tints of French Pass #A7CDDB

Color information

#A7CDDB (or 0xA7CDDB) is unknown color: approx French Pass. HEX triplet: A7, CD and DB. RGB value is (167,205,219). Sum of RGB (Red+Green+Blue) = 167+205+219=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDDB is #583224. Grayscale: #C3C3C3. Windows color (decimal): -5780005 or 14405031. OLE color: 14405031.

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

Color convert

RGB167205219-
CMYK0.240.0600.14
HSL196.15º41.94%75.69%-
HSV(B)196.15º23.74%85.88%-
XYZ50.5556.9975.35-
YUV195.23141.41107.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.26%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=28.26%
G=34.69%
B=37.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672052190.240.0600.14196.1541.9475.69
HexA7CDDB1860Ec42a4c
Octal24731533330601630452114
Binary1010011111001101110110111100011001110110001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDDB; }

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

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

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

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

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

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

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

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