Html Css Color HEX #A1E5FB Columbia Blue

📋 copy color: '#A1E5FB'

red 161 ◦ green 229 ◦ blue 251

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

Shades of Columbia Blue #A1E5FB

Tints of Columbia Blue #A1E5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.73%

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

R = 25.12%
G = 35.73%
B = 39.16%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1E5FB (or 0xA1E5FB) is known color: Columbia Blue. HEX triplet: A1, E5 and FB. RGB value is (161,229,251). Sum of RGB (Red+Green+Blue) = 161+229+251=641 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.12% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1E5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E5FB is #5E1A04. Grayscale: #D3D3D3. Windows color (decimal): -6167045 or 16508321. OLE color: 16508321.

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

Color convert

RGB 161 229 251 -
CMYK 0.36 0.09 0 0.02
HSL 194.67º 0.92% 0.81% -
HSV(B) 194.67º 0.36% 0.98% -
XYZ 60.13 70.58 101.72 -
YUV 211.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 161 229 251 0.36 0.09 0 0.02 194.67 0.92 0.81
Hex A1 E5 FB 24 9 0 2 C3 5C 51
Octal 241 345 373 44 11 0 2 303 134 121
Binary 10100001 11100101 11111011 100100 1001 0 10 11000011 1011100 1010001

Color Harmonies of #A1E5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5FB

Black with #A1E5FB

Text Example


Text Example

White with #A1E5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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