#A8CBDB

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

Shades of French Pass #A8CBDB

Tints of French Pass #A8CBDB

Color information

#A8CBDB (or 0xA8CBDB) is unknown color: approx French Pass. HEX triplet: A8, CB and DB. RGB value is (168,203,219). Sum of RGB (Red+Green+Blue) = 168+203+219=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 203 (79.69% from 255 or 34.41% 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 #A8CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBDB is #573424. Grayscale: #C2C2C2. Windows color (decimal): -5714981 or 14404520. OLE color: 14404520.

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

Color convert

RGB168203219-
CMYK0.230.0700.14
HSL198.82º41.46%75.88%-
HSV(B)198.82º23.29%85.88%-
XYZ50.2956.1575.21-
YUV194.36141.9109.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.47%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=28.47%
G=34.41%
B=37.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682032190.230.0700.14198.8241.4675.88
HexA8CBDB1770Ec7294c
Octal25031333327701630751114
Binary1010100011001011110110111011111101110110001111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBDB; }

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

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

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

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

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

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

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

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