Html Css Color HEX #A1EBFE Columbia Blue

📋 copy color: '#A1EBFE'

red 161 ◦ green 235 ◦ blue 254

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

Shades of Columbia Blue #A1EBFE

Tints of Columbia Blue #A1EBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.15%

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

R = 24.77%
G = 36.15%
B = 39.08%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1EBFE (or 0xA1EBFE) is known color: Columbia Blue. HEX triplet: A1, EB and FE. RGB value is (161,235,254). Sum of RGB (Red+Green+Blue) = 161+235+254=650 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.77% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EBFE is #5E1401. Grayscale: #D6D6D6. Windows color (decimal): -6165506 or 16706465. OLE color: 16706465.

HSL color Cylindrical-coordinate representation of color #A1EBFE: hue angle of 192.26º 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 #A1EBFE is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 235 254 -
CMYK 0.37 0.07 0 0.00
HSL 192.26º 0.98% 0.81% -
HSV(B) 192.26º 0.37% 1% -
XYZ 62.3 74.15 104.79 -
YUV 215.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 161 235 254 0.37 0.07 0 0.00 192.26 0.98 0.81
Hex A1 EB FE 25 7 0 0 C0 62 51
Octal 241 353 376 45 7 0 0 300 142 121
Binary 10100001 11101011 11111110 100101 111 0 0 11000000 1100010 1010001

Color Harmonies of #A1EBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBFE

Black with #A1EBFE

Text Example


Text Example

White with #A1EBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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