Html Css Color HEX #A6D9FA Columbia Blue

📋 copy color: '#A6D9FA'

red 166 ◦ green 217 ◦ blue 250

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

Shades of Columbia Blue #A6D9FA

Tints of Columbia Blue #A6D9FA

RGB

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

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

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

R = 26.22%
G = 34.28%
B = 39.49%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6D9FA (or 0xA6D9FA) is known color: Columbia Blue. HEX triplet: A6, D9 and FA. RGB value is (166,217,250). Sum of RGB (Red+Green+Blue) = 166+217+250=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D9FA is #592605. Grayscale: #CDCDCD. Windows color (decimal): -5842438 or 16439718. OLE color: 16439718.

HSL color Cylindrical-coordinate representation of color #A6D9FA: hue angle of 203.57º 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 #A6D9FA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 217 250 -
CMYK 0.34 0.13 0 0.02
HSL 203.57º 0.89% 0.82% -
HSV(B) 203.57º 0.34% 0.98% -
XYZ 57.79 64.63 99.87 -
YUV 205.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 166 217 250 0.34 0.13 0 0.02 203.57 0.89 0.82
Hex A6 D9 FA 22 D 0 2 CC 59 52
Octal 246 331 372 42 15 0 2 314 131 122
Binary 10100110 11011001 11111010 100010 1101 0 10 11001100 1011001 1010010

Color Harmonies of #A6D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D9FA

Black with #A6D9FA

Text Example


Text Example

White with #A6D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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