Html Css Color HEX #A6DAF6 Columbia Blue

📋 copy color: '#A6DAF6'

red 166 ◦ green 218 ◦ blue 246

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

Shades of Columbia Blue #A6DAF6

Tints of Columbia Blue #A6DAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.6%

 BLUE value IS 246 (96.48% from 255) = 39.05%

R = 26.35%
G = 34.6%
B = 39.05%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A6DAF6 (or 0xA6DAF6) is known color: Columbia Blue. HEX triplet: A6, DA and F6. RGB value is (166,218,246). Sum of RGB (Red+Green+Blue) = 166+218+246=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6DAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAF6 is #592509. Grayscale: #CDCDCD. Windows color (decimal): -5842186 or 16177830. OLE color: 16177830.

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

Color convert

RGB 166 218 246 -
CMYK 0.33 0.11 0 0.04
HSL 201º 0.82% 0.81% -
HSV(B) 201º 0.33% 0.96% -
XYZ 57.43 64.9 96.69 -
YUV 205.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 166 218 246 0.33 0.11 0 0.04 201 0.82 0.81
Hex A6 DA F6 21 B 0 4 C9 52 51
Octal 246 332 366 41 13 0 4 311 122 121
Binary 10100110 11011010 11110110 100001 1011 0 100 11001001 1010010 1010001

Color Harmonies of #A6DAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DAF6

Black with #A6DAF6

Text Example


Text Example

White with #A6DAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DAF6; }

 p { color: rgb(166,218,246); }

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

background-color css

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

 a { background-color: rgb(166,218,246); }

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

border-color css

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

 span { border-color: rgb(166,218,246); }

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