#A0D4FB

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

Shades of Columbia Blue #A0D4FB

Tints of Columbia Blue #A0D4FB

Color information

#A0D4FB (or 0xA0D4FB) is unknown color: approx Columbia Blue. HEX triplet: A0, D4 and FB. RGB value is (160,212,251). Sum of RGB (Red+Green+Blue) = 160+212+251=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0D4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D4FB is #5F2B04. Grayscale: #C8C8C8. Windows color (decimal): -6236933 or 16503968. OLE color: 16503968.

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

Color convert

RGB160212251-
CMYK0.360.1600.02
HSL205.71º91.92%80.59%-
HSV(B)205.71º36.25%98.43%-
XYZ55.4561.53100.22-
YUV200.9156.2798.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.68%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=25.68%
G=34.03%
B=40.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602122510.360.1600.02205.7191.9280.59
HexA0D4FB241002ce5c51
Octal240324373442002316134121
Binary101000001101010011111011100100100000101100111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D4FB; }

 p { color: rgb(160,212,251); }

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

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

 a { background-color: rgb(160,212,251); }

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

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

 span { border-color: rgb(160,212,251); }

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