Html Css Color HEX #A1EAFD Columbia Blue

📋 copy color: '#A1EAFD'

red 161 ◦ green 234 ◦ blue 253

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

Shades of Columbia Blue #A1EAFD

Tints of Columbia Blue #A1EAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.04%

R = 24.85%
G = 36.11%
B = 39.04%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1EAFD (or 0xA1EAFD) is known color: Columbia Blue. HEX triplet: A1, EA and FD. RGB value is (161,234,253). Sum of RGB (Red+Green+Blue) = 161+234+253=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAFD is #5E1502. Grayscale: #D6D6D6. Windows color (decimal): -6165763 or 16640673. OLE color: 16640673.

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

Color convert

RGB 161 234 253 -
CMYK 0.36 0.08 0 0.01
HSL 192.39º 0.96% 0.81% -
HSV(B) 192.39º 0.36% 0.99% -
XYZ 61.85 73.51 103.86 -
YUV 214.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 161 234 253 0.36 0.08 0 0.01 192.39 0.96 0.81
Hex A1 EA FD 24 8 0 1 C0 60 51
Octal 241 352 375 44 10 0 1 300 140 121
Binary 10100001 11101010 11111101 100100 1000 0 1 11000000 1100000 1010001

Color Harmonies of #A1EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EAFD

Black with #A1EAFD

Text Example


Text Example

White with #A1EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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