#A0DAFE

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

Shades of Columbia Blue #A0DAFE

Tints of Columbia Blue #A0DAFE

Color information

#A0DAFE (or 0xA0DAFE) is unknown color: approx Columbia Blue. HEX triplet: A0, DA and FE. RGB value is (160,218,254). Sum of RGB (Red+Green+Blue) = 160+218+254=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAFE is #5F2501. Grayscale: #CCCCCC. Windows color (decimal): -6235394 or 16702112. OLE color: 16702112.

HSL color Cylindrical-coordinate representation of color #A0DAFE: hue angle of 202.98º 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 #A0DAFE is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160218254-
CMYK0.370.1400.00
HSL202.98º97.92%81.18%-
HSV(B)202.98º37.01%99.61%-
XYZ57.4664.77103.24-
YUV204.76155.7896.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.32%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=25.32%
G=34.49%
B=40.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602182540.370.1400.00202.9897.9281.18
HexA0DAFE25E00cb6251
Octal240332376451600313142121
Binary1010000011011010111111101001011110001100101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DAFE; }

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

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

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

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

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

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

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

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