Html Css Color HEX #A9EAFE Columbia Blue

📋 copy color: '#A9EAFE'

red 169 ◦ green 234 ◦ blue 254

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

Shades of Columbia Blue #A9EAFE

Tints of Columbia Blue #A9EAFE

RGB

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

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

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

R = 25.72%
G = 35.62%
B = 38.66%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A9EAFE (or 0xA9EAFE) is known color: Columbia Blue. HEX triplet: A9, EA and FE. RGB value is (169,234,254). Sum of RGB (Red+Green+Blue) = 169+234+254=657 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.72% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAFE is #561501. Grayscale: #D8D8D8. Windows color (decimal): -5641474 or 16706217. OLE color: 16706217.

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

Color convert

RGB 169 234 254 -
CMYK 0.33 0.08 0 0.00
HSL 194.12º 0.98% 0.83% -
HSV(B) 194.12º 0.33% 1% -
XYZ 63.67 74.44 104.78 -
YUV 216.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 169 234 254 0.33 0.08 0 0.00 194.12 0.98 0.83
Hex A9 EA FE 21 8 0 0 C2 62 53
Octal 251 352 376 41 10 0 0 302 142 123
Binary 10101001 11101010 11111110 100001 1000 0 0 11000010 1100010 1010011

Color Harmonies of #A9EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EAFE

Black with #A9EAFE

Text Example


Text Example

White with #A9EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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