Html Css Color HEX #A9E8FE Columbia Blue

📋 copy color: '#A9E8FE'

red 169 ◦ green 232 ◦ blue 254

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

Shades of Columbia Blue #A9E8FE

Tints of Columbia Blue #A9E8FE

RGB

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

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

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

R = 25.8%
G = 35.42%
B = 38.78%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A9E8FE (or 0xA9E8FE) is known color: Columbia Blue. HEX triplet: A9, E8 and FE. RGB value is (169,232,254). Sum of RGB (Red+Green+Blue) = 169+232+254=655 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.80% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9E8FE is #561701. Grayscale: #D7D7D7. Windows color (decimal): -5641986 or 16705705. OLE color: 16705705.

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

Color convert

RGB 169 232 254 -
CMYK 0.33 0.09 0 0.00
HSL 195.53º 0.98% 0.83% -
HSV(B) 195.53º 0.33% 1% -
XYZ 63.11 73.3 104.59 -
YUV 215.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 169 232 254 0.33 0.09 0 0.00 195.53 0.98 0.83
Hex A9 E8 FE 21 9 0 0 C4 62 53
Octal 251 350 376 41 11 0 0 304 142 123
Binary 10101001 11101000 11111110 100001 1001 0 0 11000100 1100010 1010011

Color Harmonies of #A9E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E8FE

Black with #A9E8FE

Text Example


Text Example

White with #A9E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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