#A8CBDC

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

Shades of French Pass #A8CBDC

Tints of French Pass #A8CBDC

Color information

#A8CBDC (or 0xA8CBDC) is unknown color: approx French Pass. HEX triplet: A8, CB and DC. RGB value is (168,203,220). Sum of RGB (Red+Green+Blue) = 168+203+220=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBDC is #573423. Grayscale: #C2C2C2. Windows color (decimal): -5714980 or 14470056. OLE color: 14470056.

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

Color convert

RGB168203220-
CMYK0.240.0800.14
HSL199.62º42.62%76.08%-
HSV(B)199.62º23.64%86.27%-
XYZ50.4256.275.9-
YUV194.47142.4109.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.43%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=28.43%
G=34.35%
B=37.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682032200.240.0800.14199.6242.6276.08
HexA8CBDC1880Ec82b4c
Octal250313334301001631053114
Binary10101000110010111101110011000100001110110010001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBDC; }

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

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

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

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

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

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

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

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