Html Css Color HEX #A9E0FE Columbia Blue

📋 copy color: '#A9E0FE'

red 169 ◦ green 224 ◦ blue 254

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

Shades of Columbia Blue #A9E0FE

Tints of Columbia Blue #A9E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

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

R = 26.12%
G = 34.62%
B = 39.26%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A9E0FE (or 0xA9E0FE) is known color: Columbia Blue. HEX triplet: A9, E0 and FE. RGB value is (169,224,254). Sum of RGB (Red+Green+Blue) = 169+224+254=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E0FE is #561F01. Grayscale: #D2D2D2. Windows color (decimal): -5644034 or 16703657. OLE color: 16703657.

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

Color convert

RGB 169 224 254 -
CMYK 0.33 0.12 0 0.00
HSL 201.18º 0.98% 0.83% -
HSV(B) 201.18º 0.33% 1% -
XYZ 60.91 68.9 103.86 -
YUV 210.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 169 224 254 0.33 0.12 0 0.00 201.18 0.98 0.83
Hex A9 E0 FE 21 C 0 0 C9 62 53
Octal 251 340 376 41 14 0 0 311 142 123
Binary 10101001 11100000 11111110 100001 1100 0 0 11001001 1100010 1010011

Color Harmonies of #A9E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E0FE

Black with #A9E0FE

Text Example


Text Example

White with #A9E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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