Html Css Color HEX #A6DDF9 Columbia Blue

📋 copy color: '#A6DDF9'

red 166 ◦ green 221 ◦ blue 249

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

Shades of Columbia Blue #A6DDF9

Tints of Columbia Blue #A6DDF9

RGB

 RED value IS 166 (65.23% from 255) = 26.1%

 GREEN value IS 221 (86.72% from 255) = 34.75%

 BLUE value IS 249 (97.66% from 255) = 39.15%

R = 26.1%
G = 34.75%
B = 39.15%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6DDF9 (or 0xA6DDF9) is known color: Columbia Blue. HEX triplet: A6, DD and F9. RGB value is (166,221,249). Sum of RGB (Red+Green+Blue) = 166+221+249=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDF9 is #592206. Grayscale: #CFCFCF. Windows color (decimal): -5841415 or 16375206. OLE color: 16375206.

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

Color convert

RGB 166 221 249 -
CMYK 0.33 0.11 0 0.02
HSL 200.24º 0.87% 0.81% -
HSV(B) 200.24º 0.33% 0.98% -
XYZ 58.68 66.66 99.4 -
YUV 207.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 166 221 249 0.33 0.11 0 0.02 200.24 0.87 0.81
Hex A6 DD F9 21 B 0 2 C8 57 51
Octal 246 335 371 41 13 0 2 310 127 121
Binary 10100110 11011101 11111001 100001 1011 0 10 11001000 1010111 1010001

Color Harmonies of #A6DDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDF9

Black with #A6DDF9

Text Example


Text Example

White with #A6DDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDF9; }

 p { color: rgb(166,221,249); }

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

background-color css

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

 a { background-color: rgb(166,221,249); }

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

border-color css

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

 span { border-color: rgb(166,221,249); }

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