#A6CBDD

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

Shades of French Pass #A6CBDD

Tints of French Pass #A6CBDD

Color information

#A6CBDD (or 0xA6CBDD) is unknown color: approx French Pass. HEX triplet: A6, CB and DD. RGB value is (166,203,221). Sum of RGB (Red+Green+Blue) = 166+203+221=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBDD is #593422. Grayscale: #C1C1C1. Windows color (decimal): -5846051 or 14535590. OLE color: 14535590.

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

Color convert

RGB166203221-
CMYK0.250.0800.13
HSL199.64º44.72%75.88%-
HSV(B)199.64º24.89%86.67%-
XYZ50.1356.0476.58-
YUV193.99143.24108.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.14%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=28.14%
G=34.41%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662032210.250.0800.13199.6444.7275.88
HexA6CBDD1980Dc82d4c
Octal246313335311001531055114
Binary10100110110010111101110111001100001101110010001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBDD; }

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

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

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

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

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

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

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

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