Html Css Color HEX #A6DBF6 Columbia Blue

📋 copy color: '#A6DBF6'

red 166 ◦ green 219 ◦ blue 246

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

Shades of Columbia Blue #A6DBF6

Tints of Columbia Blue #A6DBF6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.71%

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

R = 26.31%
G = 34.71%
B = 38.99%

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

#A6DBF6 (or 0xA6DBF6) is known color: Columbia Blue. HEX triplet: A6, DB and F6. RGB value is (166,219,246). Sum of RGB (Red+Green+Blue) = 166+219+246=631 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.31% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBF6 is #592409. Grayscale: #CECECE. Windows color (decimal): -5841930 or 16178086. OLE color: 16178086.

HSL color Cylindrical-coordinate representation of color #A6DBF6: hue angle of 200.25º 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 #A6DBF6 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 219 246 -
CMYK 0.33 0.11 0 0.04
HSL 200.25º 0.82% 0.81% -
HSV(B) 200.25º 0.33% 0.96% -
XYZ 57.69 65.42 96.78 -
YUV 206.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 166 219 246 0.33 0.11 0 0.04 200.25 0.82 0.81
Hex A6 DB F6 21 B 0 4 C8 52 51
Octal 246 333 366 41 13 0 4 310 122 121
Binary 10100110 11011011 11110110 100001 1011 0 100 11001000 1010010 1010001

Color Harmonies of #A6DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DBF6

Black with #A6DBF6

Text Example


Text Example

White with #A6DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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