#A0DFFD

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

Shades of Columbia Blue #A0DFFD

Tints of Columbia Blue #A0DFFD

Color information

#A0DFFD (or 0xA0DFFD) is unknown color: approx Columbia Blue. HEX triplet: A0, DF and FD. RGB value is (160,223,253). Sum of RGB (Red+Green+Blue) = 160+223+253=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DFFD is #5F2002. Grayscale: #CFCFCF. Windows color (decimal): -6234115 or 16637856. OLE color: 16637856.

HSL color Cylindrical-coordinate representation of color #A0DFFD: hue angle of 199.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DFFD is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160223253-
CMYK0.370.1200.01
HSL199.35º95.88%80.98%-
HSV(B)199.35º36.76%99.22%-
XYZ58.6167.34102.84-
YUV207.58153.6394.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.16%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=25.16%
G=35.06%
B=39.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602232530.370.1200.01199.3595.8880.98
HexA0DFFD25C01c76051
Octal240337375451401307140121
Binary1010000011011111111111011001011100011100011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFFD; }

 p { color: rgb(160,223,253); }

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

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

 a { background-color: rgb(160,223,253); }

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

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

 span { border-color: rgb(160,223,253); }

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