Html Css Color HEX #A9DFFF Columbia Blue

📋 copy color: '#A9DFFF'

red 169 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #A9DFFF

Tints of Columbia Blue #A9DFFF

RGB

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

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

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

R = 26.12%
G = 34.47%
B = 39.41%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A9DFFF (or 0xA9DFFF) is known color: Columbia Blue. HEX triplet: A9, DF and FF. RGB value is (169,223,255). Sum of RGB (Red+Green+Blue) = 169+223+255=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DFFF is #562000. Grayscale: #D2D2D2. Windows color (decimal): -5644289 or 16768937. OLE color: 16768937.

HSL color Cylindrical-coordinate representation of color #A9DFFF: hue angle of 202.33º 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 #A9DFFF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 223 255 -
CMYK 0.34 0.13 0 0
HSL 202.33º 1% 0.83% -
HSV(B) 202.33º 0.34% 1% -
XYZ 60.8 68.43 104.61 -
YUV 210.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 169 223 255 0.34 0.13 0 0 202.33 1 0.83
Hex A9 DF FF 22 D 0 0 CA 64 53
Octal 251 337 377 42 15 0 0 312 144 123
Binary 10101001 11011111 11111111 100010 1101 0 0 11001010 1100100 1010011

Color Harmonies of #A9DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DFFF

Black with #A9DFFF

Text Example


Text Example

White with #A9DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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