Html Css Color HEX #A1E0FA Columbia Blue

📋 copy color: '#A1E0FA'

red 161 ◦ green 224 ◦ blue 250

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

Shades of Columbia Blue #A1E0FA

Tints of Columbia Blue #A1E0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.28%

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

R = 25.35%
G = 35.28%
B = 39.37%

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

#A1E0FA (or 0xA1E0FA) is known color: Columbia Blue. HEX triplet: A1, E0 and FA. RGB value is (161,224,250). Sum of RGB (Red+Green+Blue) = 161+224+250=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E0FA is #5E1F05. Grayscale: #CFCFCF. Windows color (decimal): -6168326 or 16441505. OLE color: 16441505.

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

Color convert

RGB 161 224 250 -
CMYK 0.36 0.10 0 0.02
HSL 197.53º 0.9% 0.81% -
HSV(B) 197.53º 0.36% 0.98% -
XYZ 58.61 67.79 100.44 -
YUV 208.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 161 224 250 0.36 0.10 0 0.02 197.53 0.9 0.81
Hex A1 E0 FA 24 A 0 2 C6 5A 51
Octal 241 340 372 44 12 0 2 306 132 121
Binary 10100001 11100000 11111010 100100 1010 0 10 11000110 1011010 1010001

Color Harmonies of #A1E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E0FA

Black with #A1E0FA

Text Example


Text Example

White with #A1E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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