Html Css Color HEX #A1E2FB Columbia Blue

📋 copy color: '#A1E2FB'

red 161 ◦ green 226 ◦ blue 251

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

Shades of Columbia Blue #A1E2FB

Tints of Columbia Blue #A1E2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.34%

R = 25.24%
G = 35.42%
B = 39.34%

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

#A1E2FB (or 0xA1E2FB) is known color: Columbia Blue. HEX triplet: A1, E2 and FB. RGB value is (161,226,251). Sum of RGB (Red+Green+Blue) = 161+226+251=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1E2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2FB is #5E1D04. Grayscale: #D1D1D1. Windows color (decimal): -6167813 or 16507553. OLE color: 16507553.

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

Color convert

RGB 161 226 251 -
CMYK 0.36 0.10 0 0.02
HSL 196.67º 0.92% 0.81% -
HSV(B) 196.67º 0.36% 0.98% -
XYZ 59.31 68.93 101.45 -
YUV 209.42 151.47 93.47 -
System Red Green Blue C M Y K H S L
Decimal 161 226 251 0.36 0.10 0 0.02 196.67 0.92 0.81
Hex A1 E2 FB 24 A 0 2 C5 5C 51
Octal 241 342 373 44 12 0 2 305 134 121
Binary 10100001 11100010 11111011 100100 1010 0 10 11000101 1011100 1010001

Color Harmonies of #A1E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2FB

Black with #A1E2FB

Text Example


Text Example

White with #A1E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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