#A0D6EB

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

Shades of French Pass #A0D6EB

Tints of French Pass #A0D6EB

Color information

#A0D6EB (or 0xA0D6EB) is unknown color: approx French Pass. HEX triplet: A0, D6 and EB. RGB value is (160,214,235). Sum of RGB (Red+Green+Blue) = 160+214+235=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0D6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D6EB is #5F2914. Grayscale: #C8C8C8. Windows color (decimal): -6236437 or 15455904. OLE color: 15455904.

HSL color Cylindrical-coordinate representation of color #A0D6EB: hue angle of 196.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D6EB is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160214235-
CMYK0.320.0900.08
HSL196.8º65.22%77.45%-
HSV(B)196.8º31.91%92.16%-
XYZ53.5461.5687.66-
YUV200.25147.6199.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.27%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=26.27%
G=35.14%
B=38.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602142350.320.0900.08196.865.2277.45
HexA0D6EB20908c5414d
Octal2403263534011010305101115
Binary1010000011010110111010111000001001010001100010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D6EB; }

 p { color: rgb(160,214,235); }

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

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

 a { background-color: rgb(160,214,235); }

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

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

 span { border-color: rgb(160,214,235); }

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