Html Css Color HEX #A1E2FC Columbia Blue

📋 copy color: '#A1E2FC'

red 161 ◦ green 226 ◦ blue 252

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

Shades of Columbia Blue #A1E2FC

Tints of Columbia Blue #A1E2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.44%

R = 25.2%
G = 35.37%
B = 39.44%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1E2FC (or 0xA1E2FC) is known color: Columbia Blue. HEX triplet: A1, E2 and FC. RGB value is (161,226,252). Sum of RGB (Red+Green+Blue) = 161+226+252=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2FC is #5E1D03. Grayscale: #D1D1D1. Windows color (decimal): -6167812 or 16573089. OLE color: 16573089.

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

Color convert

RGB 161 226 252 -
CMYK 0.36 0.10 0 0.01
HSL 197.14º 0.94% 0.81% -
HSV(B) 197.14º 0.36% 0.99% -
XYZ 59.46 69 102.28 -
YUV 209.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 161 226 252 0.36 0.10 0 0.01 197.14 0.94 0.81
Hex A1 E2 FC 24 A 0 1 C5 5E 51
Octal 241 342 374 44 12 0 1 305 136 121
Binary 10100001 11100010 11111100 100100 1010 0 1 11000101 1011110 1010001

Color Harmonies of #A1E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2FC

Black with #A1E2FC

Text Example


Text Example

White with #A1E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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