Html Css Color HEX #A1EBFF Columbia Blue

📋 copy color: '#A1EBFF'

red 161 ◦ green 235 ◦ blue 255

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

Shades of Columbia Blue #A1EBFF

Tints of Columbia Blue #A1EBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.17%

R = 24.73%
G = 36.1%
B = 39.17%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1EBFF (or 0xA1EBFF) is known color: Columbia Blue. HEX triplet: A1, EB and FF. RGB value is (161,235,255). Sum of RGB (Red+Green+Blue) = 161+235+255=651 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.73% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EBFF is #5E1400. Grayscale: #D7D7D7. Windows color (decimal): -6165505 or 16772001. OLE color: 16772001.

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

Color convert

RGB 161 235 255 -
CMYK 0.37 0.08 0 0
HSL 192.77º 1% 0.82% -
HSV(B) 192.77º 0.37% 1% -
XYZ 62.46 74.21 105.64 -
YUV 215.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 161 235 255 0.37 0.08 0 0 192.77 1 0.82
Hex A1 EB FF 25 8 0 0 C1 64 52
Octal 241 353 377 45 10 0 0 301 144 122
Binary 10100001 11101011 11111111 100101 1000 0 0 11000001 1100100 1010010

Color Harmonies of #A1EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBFF

Black with #A1EBFF

Text Example


Text Example

White with #A1EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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