Html Css Color HEX #A1E8FC Columbia Blue

📋 copy color: '#A1E8FC'

red 161 ◦ green 232 ◦ blue 252

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

Shades of Columbia Blue #A1E8FC

Tints of Columbia Blue #A1E8FC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.97%

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 24.96%
G = 35.97%
B = 39.07%

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

#A1E8FC (or 0xA1E8FC) is known color: Columbia Blue. HEX triplet: A1, E8 and FC. RGB value is (161,232,252). Sum of RGB (Red+Green+Blue) = 161+232+252=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E8FC is #5E1703. Grayscale: #D4D4D4. Windows color (decimal): -6166276 or 16574625. OLE color: 16574625.

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

Color convert

RGB 161 232 252 -
CMYK 0.36 0.08 0 0.01
HSL 193.19º 0.94% 0.81% -
HSV(B) 193.19º 0.36% 0.99% -
XYZ 61.13 72.32 102.83 -
YUV 213.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 161 232 252 0.36 0.08 0 0.01 193.19 0.94 0.81
Hex A1 E8 FC 24 8 0 1 C1 5E 51
Octal 241 350 374 44 10 0 1 301 136 121
Binary 10100001 11101000 11111100 100100 1000 0 1 11000001 1011110 1010001

Color Harmonies of #A1E8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E8FC

Black with #A1E8FC

Text Example


Text Example

White with #A1E8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E8FC; }

 p { color: rgb(161,232,252); }

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

background-color css

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

 a { background-color: rgb(161,232,252); }

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

border-color css

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

 span { border-color: rgb(161,232,252); }

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