Html Css Color HEX #A1E2FA Columbia Blue

📋 copy color: '#A1E2FA'

red 161 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #A1E2FA

Tints of Columbia Blue #A1E2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 25.27%
G = 35.48%
B = 39.25%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1E2FA (or 0xA1E2FA) is known color: Columbia Blue. HEX triplet: A1, E2 and FA. RGB value is (161,226,250). Sum of RGB (Red+Green+Blue) = 161+226+250=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2FA is #5E1D05. Grayscale: #D1D1D1. Windows color (decimal): -6167814 or 16442017. OLE color: 16442017.

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

Color convert

RGB 161 226 250 -
CMYK 0.36 0.10 0 0.02
HSL 196.18º 0.9% 0.81% -
HSV(B) 196.18º 0.36% 0.98% -
XYZ 59.15 68.87 100.62 -
YUV 209.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 161 226 250 0.36 0.10 0 0.02 196.18 0.9 0.81
Hex A1 E2 FA 24 A 0 2 C4 5A 51
Octal 241 342 372 44 12 0 2 304 132 121
Binary 10100001 11100010 11111010 100100 1010 0 10 11000100 1011010 1010001

Color Harmonies of #A1E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2FA

Black with #A1E2FA

Text Example


Text Example

White with #A1E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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