#A2DDFE

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

Shades of Columbia Blue #A2DDFE

Tints of Columbia Blue #A2DDFE

Color information

#A2DDFE (or 0xA2DDFE) is unknown color: approx Columbia Blue. HEX triplet: A2, DD and FE. RGB value is (162,221,254). Sum of RGB (Red+Green+Blue) = 162+221+254=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDFE is #5D2201. Grayscale: #CECECE. Windows color (decimal): -6103554 or 16702882. OLE color: 16702882.

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

Color convert

RGB162221254-
CMYK0.360.1300.00
HSL201.52º97.87%81.57%-
HSV(B)201.52º36.22%99.61%-
XYZ58.6566.55103.52-
YUV207.12154.4595.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.43%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=25.43%
G=34.69%
B=39.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622212540.360.1300.00201.5297.8781.57
HexA2DDFE24D00ca6252
Octal242335376441500312142122
Binary1010001011011101111111101001001101001100101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DDFE; }

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

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

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

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

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

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

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

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