Html Css Color HEX #A9DAFE Columbia Blue

📋 copy color: '#A9DAFE'

red 169 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #A9DAFE

Tints of Columbia Blue #A9DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.01%

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

R = 26.37%
G = 34.01%
B = 39.63%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A9DAFE (or 0xA9DAFE) is known color: Columbia Blue. HEX triplet: A9, DA and FE. RGB value is (169,218,254). Sum of RGB (Red+Green+Blue) = 169+218+254=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DAFE is #562501. Grayscale: #CFCFCF. Windows color (decimal): -5645570 or 16702121. OLE color: 16702121.

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

Color convert

RGB 169 218 254 -
CMYK 0.33 0.14 0 0.00
HSL 205.41º 0.98% 0.83% -
HSV(B) 205.41º 0.33% 1% -
XYZ 59.32 65.73 103.33 -
YUV 207.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 169 218 254 0.33 0.14 0 0.00 205.41 0.98 0.83
Hex A9 DA FE 21 E 0 0 CD 62 53
Octal 251 332 376 41 16 0 0 315 142 123
Binary 10101001 11011010 11111110 100001 1110 0 0 11001101 1100010 1010011

Color Harmonies of #A9DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DAFE

Black with #A9DAFE

Text Example


Text Example

White with #A9DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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