Html Css Color HEX #A9E4FE Columbia Blue

📋 copy color: '#A9E4FE'

red 169 ◦ green 228 ◦ blue 254

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

Shades of Columbia Blue #A9E4FE

Tints of Columbia Blue #A9E4FE

RGB

 RED value IS 169 (66.41% from 255) = 25.96%

 GREEN value IS 228 (89.45% from 255) = 35.02%

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 25.96%
G = 35.02%
B = 39.02%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A9E4FE (or 0xA9E4FE) is known color: Columbia Blue. HEX triplet: A9, E4 and FE. RGB value is (169,228,254). Sum of RGB (Red+Green+Blue) = 169+228+254=651 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.96% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9E4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E4FE is #561B01. Grayscale: #D5D5D5. Windows color (decimal): -5643010 or 16704681. OLE color: 16704681.

HSL color Cylindrical-coordinate representation of color #A9E4FE: hue angle of 198.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9E4FE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 228 254 -
CMYK 0.33 0.10 0 0.00
HSL 198.35º 0.98% 0.83% -
HSV(B) 198.35º 0.33% 1% -
XYZ 61.99 71.08 104.22 -
YUV 213.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 169 228 254 0.33 0.10 0 0.00 198.35 0.98 0.83
Hex A9 E4 FE 21 A 0 0 C6 62 53
Octal 251 344 376 41 12 0 0 306 142 123
Binary 10101001 11100100 11111110 100001 1010 0 0 11000110 1100010 1010011

Color Harmonies of #A9E4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E4FE

Black with #A9E4FE

Text Example


Text Example

White with #A9E4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E4FE; }

 p { color: rgb(169,228,254); }

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

background-color css

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

 a { background-color: rgb(169,228,254); }

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

border-color css

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

 span { border-color: rgb(169,228,254); }

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