Html Css Color HEX #A1E2FD Columbia Blue

📋 copy color: '#A1E2FD'

red 161 ◦ green 226 ◦ blue 253

#A1E2FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #A1E2FD

Tints of Columbia Blue #A1E2FD

RGB

 RED value IS 161 (63.28% from 255) = 25.16%

 GREEN value IS 226 (88.67% from 255) = 35.31%

 BLUE value IS 253 (99.22% from 255) = 39.53%

R = 25.16%
G = 35.31%
B = 39.53%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1E2FD (or 0xA1E2FD) is known color: Columbia Blue. HEX triplet: A1, E2 and FD. RGB value is (161,226,253). Sum of RGB (Red+Green+Blue) = 161+226+253=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2FD is #5E1D02. Grayscale: #D1D1D1. Windows color (decimal): -6167811 or 16638625. OLE color: 16638625.

HSL color Cylindrical-coordinate representation of color #A1E2FD: hue angle of 197.61º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1E2FD is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 226 253 -
CMYK 0.36 0.11 0 0.01
HSL 197.61º 0.96% 0.81% -
HSV(B) 197.61º 0.36% 0.99% -
XYZ 59.62 69.06 103.12 -
YUV 209.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 161 226 253 0.36 0.11 0 0.01 197.61 0.96 0.81
Hex A1 E2 FD 24 B 0 1 C6 60 51
Octal 241 342 375 44 13 0 1 306 140 121
Binary 10100001 11100010 11111101 100100 1011 0 1 11000110 1100000 1010001

Color Harmonies of #A1E2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2FD

Black with #A1E2FD

Text Example


Text Example

White with #A1E2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2FD; }

 p { color: rgb(161,226,253); }

 H1.HeaderClassName
 {
   color: #A1E2FD;
 }
 .AnyTagClassName
 {
   color: #A1E2FD;
 }
</style>

background-color css

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

 a { background-color: rgb(161,226,253); }

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

border-color css

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

 span { border-color: rgb(161,226,253); }

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