#A1DDFB

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

Shades of Columbia Blue #A1DDFB

Tints of Columbia Blue #A1DDFB

Color information

#A1DDFB (or 0xA1DDFB) is unknown color: approx Columbia Blue. HEX triplet: A1, DD and FB. RGB value is (161,221,251). Sum of RGB (Red+Green+Blue) = 161+221+251=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDFB is #5E2204. Grayscale: #CECECE. Windows color (decimal): -6169093 or 16506273. OLE color: 16506273.

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

Color convert

RGB161221251-
CMYK0.360.1200.02
HSL200º91.84%80.78%-
HSV(B)200º35.86%98.43%-
XYZ57.9766.26101-
YUV206.48153.1295.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.43%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=25.43%
G=34.91%
B=39.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612212510.360.1200.0220091.8480.78
HexA1DDFB24C02c85c51
Octal241335373441402310134121
Binary10100001110111011111101110010011000101100100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDFB; }

 p { color: rgb(161,221,251); }

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

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

 a { background-color: rgb(161,221,251); }

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

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

 span { border-color: rgb(161,221,251); }

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