Html Css Color HEX #A9DFF6 Columbia Blue

📋 copy color: '#A9DFF6'

red 169 ◦ green 223 ◦ blue 246

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

Shades of Columbia Blue #A9DFF6

Tints of Columbia Blue #A9DFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.56%

R = 26.49%
G = 34.95%
B = 38.56%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A9DFF6 (or 0xA9DFF6) is known color: Columbia Blue. HEX triplet: A9, DF and F6. RGB value is (169,223,246). Sum of RGB (Red+Green+Blue) = 169+223+246=638 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.49% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #A9DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DFF6 is #562009. Grayscale: #D1D1D1. Windows color (decimal): -5644298 or 16179113. OLE color: 16179113.

HSL color Cylindrical-coordinate representation of color #A9DFF6: hue angle of 197.92º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9DFF6 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 223 246 -
CMYK 0.31 0.09 0 0.04
HSL 197.92º 0.81% 0.81% -
HSV(B) 197.92º 0.31% 0.96% -
XYZ 59.38 67.86 97.16 -
YUV 209.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 169 223 246 0.31 0.09 0 0.04 197.92 0.81 0.81
Hex A9 DF F6 1F 9 0 4 C6 51 51
Octal 251 337 366 37 11 0 4 306 121 121
Binary 10101001 11011111 11110110 11111 1001 0 100 11000110 1010001 1010001

Color Harmonies of #A9DFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DFF6

Black with #A9DFF6

Text Example


Text Example

White with #A9DFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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