#A1DAFE

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

Shades of Columbia Blue #A1DAFE

Tints of Columbia Blue #A1DAFE

Color information

#A1DAFE (or 0xA1DAFE) is unknown color: approx Columbia Blue. HEX triplet: A1, DA and FE. RGB value is (161,218,254). Sum of RGB (Red+Green+Blue) = 161+218+254=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAFE is #5E2501. Grayscale: #CCCCCC. Windows color (decimal): -6169858 or 16702113. OLE color: 16702113.

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

Color convert

RGB161218254-
CMYK0.370.1400.00
HSL203.23º97.89%81.37%-
HSV(B)203.23º36.61%99.61%-
XYZ57.6664.88103.25-
YUV205.06155.6296.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.43%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=25.43%
G=34.44%
B=40.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612182540.370.1400.00203.2397.8981.37
HexA1DAFE25E00cb6251
Octal241332376451600313142121
Binary1010000111011010111111101001011110001100101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAFE; }

 p { color: rgb(161,218,254); }

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

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

 a { background-color: rgb(161,218,254); }

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

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

 span { border-color: rgb(161,218,254); }

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