Html Css Color HEX #A6D9FF Columbia Blue

📋 copy color: '#A6D9FF'

red 166 ◦ green 217 ◦ blue 255

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

Shades of Columbia Blue #A6D9FF

Tints of Columbia Blue #A6D9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.01%

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

R = 26.02%
G = 34.01%
B = 39.97%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6D9FF (or 0xA6D9FF) is known color: Columbia Blue. HEX triplet: A6, D9 and FF. RGB value is (166,217,255). Sum of RGB (Red+Green+Blue) = 166+217+255=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D9FF is #592600. Grayscale: #CDCDCD. Windows color (decimal): -5842433 or 16767398. OLE color: 16767398.

HSL color Cylindrical-coordinate representation of color #A6D9FF: hue angle of 205.62º 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 #A6D9FF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 217 255 -
CMYK 0.35 0.15 0 0
HSL 205.62º 1% 0.83% -
HSV(B) 205.62º 0.35% 1% -
XYZ 58.59 64.95 104.06 -
YUV 206.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 166 217 255 0.35 0.15 0 0 205.62 1 0.83
Hex A6 D9 FF 23 F 0 0 CE 64 53
Octal 246 331 377 43 17 0 0 316 144 123
Binary 10100110 11011001 11111111 100011 1111 0 0 11001110 1100100 1010011

Color Harmonies of #A6D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D9FF

Black with #A6D9FF

Text Example


Text Example

White with #A6D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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