Html Css Color HEX #A1EAFF Columbia Blue

📋 copy color: '#A1EAFF'

red 161 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #A1EAFF

Tints of Columbia Blue #A1EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36%

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

R = 24.77%
G = 36%
B = 39.23%

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

#A1EAFF (or 0xA1EAFF) is known color: Columbia Blue. HEX triplet: A1, EA and FF. RGB value is (161,234,255). Sum of RGB (Red+Green+Blue) = 161+234+255=650 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.77% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAFF is #5E1500. Grayscale: #D6D6D6. Windows color (decimal): -6165761 or 16771745. OLE color: 16771745.

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

Color convert

RGB 161 234 255 -
CMYK 0.37 0.08 0 0
HSL 193.4º 1% 0.82% -
HSV(B) 193.4º 0.37% 1% -
XYZ 62.17 73.64 105.55 -
YUV 214.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 161 234 255 0.37 0.08 0 0 193.4 1 0.82
Hex A1 EA FF 25 8 0 0 C1 64 52
Octal 241 352 377 45 10 0 0 301 144 122
Binary 10100001 11101010 11111111 100101 1000 0 0 11000001 1100100 1010010

Color Harmonies of #A1EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EAFF

Black with #A1EAFF

Text Example


Text Example

White with #A1EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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