Html Css Color HEX #A1E6FE Columbia Blue

📋 copy color: '#A1E6FE'

red 161 ◦ green 230 ◦ blue 254

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

Shades of Columbia Blue #A1E6FE

Tints of Columbia Blue #A1E6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 24.96%
G = 35.66%
B = 39.38%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1E6FE (or 0xA1E6FE) is known color: Columbia Blue. HEX triplet: A1, E6 and FE. RGB value is (161,230,254). Sum of RGB (Red+Green+Blue) = 161+230+254=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E6FE is #5E1901. Grayscale: #D3D3D3. Windows color (decimal): -6166786 or 16705185. OLE color: 16705185.

HSL color Cylindrical-coordinate representation of color #A1E6FE: hue angle of 195.48º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1E6FE is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 230 254 -
CMYK 0.37 0.09 0 0.00
HSL 195.48º 0.98% 0.81% -
HSV(B) 195.48º 0.37% 1% -
XYZ 60.88 71.33 104.32 -
YUV 212.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 161 230 254 0.37 0.09 0 0.00 195.48 0.98 0.81
Hex A1 E6 FE 25 9 0 0 C3 62 51
Octal 241 346 376 45 11 0 0 303 142 121
Binary 10100001 11100110 11111110 100101 1001 0 0 11000011 1100010 1010001

Color Harmonies of #A1E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E6FE

Black with #A1E6FE

Text Example


Text Example

White with #A1E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E6FE; }

 p { color: rgb(161,230,254); }

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

background-color css

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

 a { background-color: rgb(161,230,254); }

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

border-color css

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

 span { border-color: rgb(161,230,254); }

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