Html Css Color HEX #A6DCFC Columbia Blue

📋 copy color: '#A6DCFC'

red 166 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #A6DCFC

Tints of Columbia Blue #A6DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.5%

R = 26.02%
G = 34.48%
B = 39.5%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6DCFC (or 0xA6DCFC) is known color: Columbia Blue. HEX triplet: A6, DC and FC. RGB value is (166,220,252). Sum of RGB (Red+Green+Blue) = 166+220+252=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCFC is #592303. Grayscale: #CFCFCF. Windows color (decimal): -5841668 or 16571558. OLE color: 16571558.

HSL color Cylindrical-coordinate representation of color #A6DCFC: hue angle of 202.33º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6DCFC is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 220 252 -
CMYK 0.34 0.13 0 0.01
HSL 202.33º 0.93% 0.82% -
HSV(B) 202.33º 0.34% 0.99% -
XYZ 58.89 66.32 101.79 -
YUV 207.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 166 220 252 0.34 0.13 0 0.01 202.33 0.93 0.82
Hex A6 DC FC 22 D 0 1 CA 5D 52
Octal 246 334 374 42 15 0 1 312 135 122
Binary 10100110 11011100 11111100 100010 1101 0 1 11001010 1011101 1010010

Color Harmonies of #A6DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCFC

Black with #A6DCFC

Text Example


Text Example

White with #A6DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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