#A0DCFD

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

Shades of Columbia Blue #A0DCFD

Tints of Columbia Blue #A0DCFD

Color information

#A0DCFD (or 0xA0DCFD) is unknown color: approx Columbia Blue. HEX triplet: A0, DC and FD. RGB value is (160,220,253). Sum of RGB (Red+Green+Blue) = 160+220+253=633 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.28% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCFD is #5F2302. Grayscale: #CDCDCD. Windows color (decimal): -6234883 or 16637088. OLE color: 16637088.

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

Color convert

RGB160220253-
CMYK0.370.1300.01
HSL201.29º95.88%80.98%-
HSV(B)201.29º36.76%99.22%-
XYZ57.8265.75102.57-
YUV205.82154.6295.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.28%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=25.28%
G=34.76%
B=39.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602202530.370.1300.01201.2995.8880.98
HexA0DCFD25D01c96051
Octal240334375451501311140121
Binary1010000011011100111111011001011101011100100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCFD; }

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

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

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

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

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

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

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

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