Html Css Color HEX #A9DAFF Columbia Blue

📋 copy color: '#A9DAFF'

red 169 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #A9DAFF

Tints of Columbia Blue #A9DAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 26.32%
G = 33.96%
B = 39.72%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A9DAFF (or 0xA9DAFF) is known color: Columbia Blue. HEX triplet: A9, DA and FF. RGB value is (169,218,255). Sum of RGB (Red+Green+Blue) = 169+218+255=642 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.32% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DAFF is #562500. Grayscale: #CFCFCF. Windows color (decimal): -5645569 or 16767657. OLE color: 16767657.

HSL color Cylindrical-coordinate representation of color #A9DAFF: hue angle of 205.81º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9DAFF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 218 255 -
CMYK 0.34 0.15 0 0
HSL 205.81º 1% 0.83% -
HSV(B) 205.81º 0.34% 1% -
XYZ 59.48 65.8 104.17 -
YUV 207.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 169 218 255 0.34 0.15 0 0 205.81 1 0.83
Hex A9 DA FF 22 F 0 0 CE 64 53
Octal 251 332 377 42 17 0 0 316 144 123
Binary 10101001 11011010 11111111 100010 1111 0 0 11001110 1100100 1010011

Color Harmonies of #A9DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DAFF

Black with #A9DAFF

Text Example


Text Example

White with #A9DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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