#A3DDFE

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

Shades of Columbia Blue #A3DDFE

Tints of Columbia Blue #A3DDFE

Color information

#A3DDFE (or 0xA3DDFE) is unknown color: approx Columbia Blue. HEX triplet: A3, DD and FE. RGB value is (163,221,254). Sum of RGB (Red+Green+Blue) = 163+221+254=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DDFE is #5C2201. Grayscale: #CFCFCF. Windows color (decimal): -6038018 or 16702883. OLE color: 16702883.

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

Color convert

RGB163221254-
CMYK0.360.1300.00
HSL201.76º97.85%81.76%-
HSV(B)201.76º35.83%99.61%-
XYZ58.8566.66103.53-
YUV207.42154.2896.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.55%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=25.55%
G=34.64%
B=39.81%

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
Decimal1632212540.360.1300.00201.7697.8581.76
HexA3DDFE24D00ca6252
Octal243335376441500312142122
Binary1010001111011101111111101001001101001100101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DDFE; }

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

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

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

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

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

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

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

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