Html Css Color HEX #A6DCFA Columbia Blue

📋 copy color: '#A6DCFA'

red 166 ◦ green 220 ◦ blue 250

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

Shades of Columbia Blue #A6DCFA

Tints of Columbia Blue #A6DCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 26.1%
G = 34.59%
B = 39.31%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6DCFA (or 0xA6DCFA) is known color: Columbia Blue. HEX triplet: A6, DC and FA. RGB value is (166,220,250). Sum of RGB (Red+Green+Blue) = 166+220+250=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCFA is #592305. Grayscale: #CFCFCF. Windows color (decimal): -5841670 or 16440486. OLE color: 16440486.

HSL color Cylindrical-coordinate representation of color #A6DCFA: hue angle of 201.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6DCFA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 220 250 -
CMYK 0.34 0.12 0 0.02
HSL 201.43º 0.89% 0.82% -
HSV(B) 201.43º 0.34% 0.98% -
XYZ 58.57 66.2 100.13 -
YUV 207.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 166 220 250 0.34 0.12 0 0.02 201.43 0.89 0.82
Hex A6 DC FA 22 C 0 2 C9 59 52
Octal 246 334 372 42 14 0 2 311 131 122
Binary 10100110 11011100 11111010 100010 1100 0 10 11001001 1011001 1010010

Color Harmonies of #A6DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCFA

Black with #A6DCFA

Text Example


Text Example

White with #A6DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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