#A0D6FA

Color #A0D6FA Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #A0D6FA

Tints of Columbia Blue #A0D6FA

Color information

#A0D6FA (or 0xA0D6FA) is unknown color: approx Columbia Blue. HEX triplet: A0, D6 and FA. RGB value is (160,214,250). Sum of RGB (Red+Green+Blue) = 160+214+250=624 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.64% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D6FA is #5F2905. Grayscale: #C9C9C9. Windows color (decimal): -6236422 or 16438944. OLE color: 16438944.

HSL color Cylindrical-coordinate representation of color #A0D6FA: hue angle of 204º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D6FA is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160214250-
CMYK0.360.1400.02
HSL204º90%80.39%-
HSV(B)204º36%98.04%-
XYZ55.862.4799.56-
YUV201.96155.1198.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.64%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=25.64%
G=34.29%
B=40.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602142500.360.1400.022049080.39
HexA0D6FA24E02cc5a50
Octal240326372441602314132120
Binary10100000110101101111101010010011100101100110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D6FA; }

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

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

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

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

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

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

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

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