#A0D8FE

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

Shades of Columbia Blue #A0D8FE

Tints of Columbia Blue #A0D8FE

Color information

#A0D8FE (or 0xA0D8FE) is unknown color: approx Columbia Blue. HEX triplet: A0, D8 and FE. RGB value is (160,216,254). Sum of RGB (Red+Green+Blue) = 160+216+254=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D8FE is #5F2701. Grayscale: #CBCBCB. Windows color (decimal): -6235906 or 16701600. OLE color: 16701600.

HSL color Cylindrical-coordinate representation of color #A0D8FE: hue angle of 204.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0D8FE is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160216254-
CMYK0.370.1500.00
HSL204.26º97.92%81.18%-
HSV(B)204.26º37.01%99.61%-
XYZ56.9463.74103.07-
YUV203.59156.4596.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.40%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=25.40%
G=34.29%
B=40.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602162540.370.1500.00204.2697.9281.18
HexA0D8FE25F00cc6251
Octal240330376451700314142121
Binary1010000011011000111111101001011111001100110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D8FE; }

 p { color: rgb(160,216,254); }

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

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

 a { background-color: rgb(160,216,254); }

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

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

 span { border-color: rgb(160,216,254); }

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