Html Css Color HEX #A9DFFA Columbia Blue

📋 copy color: '#A9DFFA'

red 169 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #A9DFFA

Tints of Columbia Blue #A9DFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.74%

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 26.32%
G = 34.74%
B = 38.94%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9DFFA (or 0xA9DFFA) is known color: Columbia Blue. HEX triplet: A9, DF and FA. RGB value is (169,223,250). Sum of RGB (Red+Green+Blue) = 169+223+250=642 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.32% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DFFA is #562005. Grayscale: #D1D1D1. Windows color (decimal): -5644294 or 16441257. OLE color: 16441257.

HSL color Cylindrical-coordinate representation of color #A9DFFA: hue angle of 200º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9DFFA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 223 250 -
CMYK 0.32 0.11 0 0.02
HSL 200º 0.89% 0.82% -
HSV(B) 200º 0.32% 0.98% -
XYZ 60.01 68.11 100.43 -
YUV 209.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 169 223 250 0.32 0.11 0 0.02 200 0.89 0.82
Hex A9 DF FA 20 B 0 2 C8 59 52
Octal 251 337 372 40 13 0 2 310 131 122
Binary 10101001 11011111 11111010 100000 1011 0 10 11001000 1011001 1010010

Color Harmonies of #A9DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DFFA

Black with #A9DFFA

Text Example


Text Example

White with #A9DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DFFA; }

 p { color: rgb(169,223,250); }

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

background-color css

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

 a { background-color: rgb(169,223,250); }

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

border-color css

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

 span { border-color: rgb(169,223,250); }

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