Html Css Color HEX #A6DCFF Columbia Blue

📋 copy color: '#A6DCFF'

red 166 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #A6DCFF

Tints of Columbia Blue #A6DCFF

RGB

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

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

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

R = 25.9%
G = 34.32%
B = 39.78%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6DCFF (or 0xA6DCFF) is known color: Columbia Blue. HEX triplet: A6, DC and FF. RGB value is (166,220,255). Sum of RGB (Red+Green+Blue) = 166+220+255=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCFF is #592300. Grayscale: #CFCFCF. Windows color (decimal): -5841665 or 16768166. OLE color: 16768166.

HSL color Cylindrical-coordinate representation of color #A6DCFF: hue angle of 203.6º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6DCFF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 220 255 -
CMYK 0.35 0.14 0 0
HSL 203.6º 1% 0.83% -
HSV(B) 203.6º 0.35% 1% -
XYZ 59.37 66.51 104.32 -
YUV 207.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 166 220 255 0.35 0.14 0 0 203.6 1 0.83
Hex A6 DC FF 23 E 0 0 CC 64 53
Octal 246 334 377 43 16 0 0 314 144 123
Binary 10100110 11011100 11111111 100011 1110 0 0 11001100 1100100 1010011

Color Harmonies of #A6DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCFF

Black with #A6DCFF

Text Example


Text Example

White with #A6DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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