#A2D3FE

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

Shades of Columbia Blue #A2D3FE

Tints of Columbia Blue #A2D3FE

Color information

#A2D3FE (or 0xA2D3FE) is unknown color: approx Columbia Blue. HEX triplet: A2, D3 and FE. RGB value is (162,211,254). Sum of RGB (Red+Green+Blue) = 162+211+254=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D3FE is #5D2C01. Grayscale: #C9C9C9. Windows color (decimal): -6106114 or 16700322. OLE color: 16700322.

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

Color convert

RGB162211254-
CMYK0.360.1700.00
HSL208.04º97.87%81.57%-
HSV(B)208.04º36.22%99.61%-
XYZ56.0861.43102.67-
YUV201.25157.77100-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.84%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=25.84%
G=33.65%
B=40.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622112540.360.1700.00208.0497.8781.57
HexA2D3FE241100d06252
Octal242323376442100320142122
Binary10100010110100111111111010010010001001101000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3FE; }

 p { color: rgb(162,211,254); }

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

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

 a { background-color: rgb(162,211,254); }

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

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

 span { border-color: rgb(162,211,254); }

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