Html Css Color HEX #A9E8FD Columbia Blue

📋 copy color: '#A9E8FD'

red 169 ◦ green 232 ◦ blue 253

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

Shades of Columbia Blue #A9E8FD

Tints of Columbia Blue #A9E8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.69%

R = 25.84%
G = 35.47%
B = 38.69%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A9E8FD (or 0xA9E8FD) is known color: Columbia Blue. HEX triplet: A9, E8 and FD. RGB value is (169,232,253). Sum of RGB (Red+Green+Blue) = 169+232+253=654 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.84% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9E8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9E8FD is #561702. Grayscale: #D7D7D7. Windows color (decimal): -5641987 or 16640169. OLE color: 16640169.

HSL color Cylindrical-coordinate representation of color #A9E8FD: hue angle of 195º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9E8FD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 232 253 -
CMYK 0.33 0.08 0 0.01
HSL 195º 0.95% 0.83% -
HSV(B) 195º 0.33% 0.99% -
XYZ 62.95 73.24 103.75 -
YUV 215.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 169 232 253 0.33 0.08 0 0.01 195 0.95 0.83
Hex A9 E8 FD 21 8 0 1 C3 5F 53
Octal 251 350 375 41 10 0 1 303 137 123
Binary 10101001 11101000 11111101 100001 1000 0 1 11000011 1011111 1010011

Color Harmonies of #A9E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E8FD

Black with #A9E8FD

Text Example


Text Example

White with #A9E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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