Html Css Color HEX #A6DCF8 Columbia Blue

📋 copy color: '#A6DCF8'

red 166 ◦ green 220 ◦ blue 248

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

Shades of Columbia Blue #A6DCF8

Tints of Columbia Blue #A6DCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.7%

 BLUE value IS 248 (97.27% from 255) = 39.12%

R = 26.18%
G = 34.7%
B = 39.12%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A6DCF8 (or 0xA6DCF8) is known color: Columbia Blue. HEX triplet: A6, DC and F8. RGB value is (166,220,248). Sum of RGB (Red+Green+Blue) = 166+220+248=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6DCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCF8 is #592307. Grayscale: #CECECE. Windows color (decimal): -5841672 or 16309414. OLE color: 16309414.

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

Color convert

RGB 166 220 248 -
CMYK 0.33 0.11 0 0.03
HSL 200.49º 0.85% 0.81% -
HSV(B) 200.49º 0.33% 0.97% -
XYZ 58.26 66.07 98.49 -
YUV 207.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 166 220 248 0.33 0.11 0 0.03 200.49 0.85 0.81
Hex A6 DC F8 21 B 0 3 C8 55 51
Octal 246 334 370 41 13 0 3 310 125 121
Binary 10100110 11011100 11111000 100001 1011 0 11 11001000 1010101 1010001

Color Harmonies of #A6DCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCF8

Black with #A6DCF8

Text Example


Text Example

White with #A6DCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCF8; }

 p { color: rgb(166,220,248); }

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

background-color css

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

 a { background-color: rgb(166,220,248); }

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

border-color css

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

 span { border-color: rgb(166,220,248); }

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