Html Css Color HEX #A4E1FA Columbia Blue

📋 copy color: '#A4E1FA'

red 164 ◦ green 225 ◦ blue 250

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

Shades of Columbia Blue #A4E1FA

Tints of Columbia Blue #A4E1FA

RGB

 RED value IS 164 (64.45% from 255) = 25.67%

 GREEN value IS 225 (88.28% from 255) = 35.21%

 BLUE value IS 250 (98.05% from 255) = 39.12%

R = 25.67%
G = 35.21%
B = 39.12%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4E1FA (or 0xA4E1FA) is known color: Columbia Blue. HEX triplet: A4, E1 and FA. RGB value is (164,225,250). Sum of RGB (Red+Green+Blue) = 164+225+250=639 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.67% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E1FA is #5B1E05. Grayscale: #D1D1D1. Windows color (decimal): -5971462 or 16441764. OLE color: 16441764.

HSL color Cylindrical-coordinate representation of color #A4E1FA: hue angle of 197.44º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4E1FA is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 225 250 -
CMYK 0.34 0.10 0 0.02
HSL 197.44º 0.9% 0.81% -
HSV(B) 197.44º 0.34% 0.98% -
XYZ 59.49 68.65 100.56 -
YUV 209.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 164 225 250 0.34 0.10 0 0.02 197.44 0.9 0.81
Hex A4 E1 FA 22 A 0 2 C5 5A 51
Octal 244 341 372 42 12 0 2 305 132 121
Binary 10100100 11100001 11111010 100010 1010 0 10 11000101 1011010 1010001

Color Harmonies of #A4E1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E1FA

Black with #A4E1FA

Text Example


Text Example

White with #A4E1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E1FA; }

 p { color: rgb(164,225,250); }

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

background-color css

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

 a { background-color: rgb(164,225,250); }

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

border-color css

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

 span { border-color: rgb(164,225,250); }

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