Html Css Color HEX #A6D8FE Columbia Blue

📋 copy color: '#A6D8FE'

red 166 ◦ green 216 ◦ blue 254

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

Shades of Columbia Blue #A6D8FE

Tints of Columbia Blue #A6D8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.96%

 BLUE value IS 254 (99.61% from 255) = 39.94%

R = 26.1%
G = 33.96%
B = 39.94%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6D8FE (or 0xA6D8FE) is known color: Columbia Blue. HEX triplet: A6, D8 and FE. RGB value is (166,216,254). Sum of RGB (Red+Green+Blue) = 166+216+254=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D8FE is #592701. Grayscale: #CDCDCD. Windows color (decimal): -5842690 or 16701606. OLE color: 16701606.

HSL color Cylindrical-coordinate representation of color #A6D8FE: hue angle of 205.91º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6D8FE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 216 254 -
CMYK 0.35 0.15 0 0.00
HSL 205.91º 0.98% 0.82% -
HSV(B) 205.91º 0.35% 1% -
XYZ 58.17 64.37 103.13 -
YUV 205.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 166 216 254 0.35 0.15 0 0.00 205.91 0.98 0.82
Hex A6 D8 FE 23 F 0 0 CE 62 52
Octal 246 330 376 43 17 0 0 316 142 122
Binary 10100110 11011000 11111110 100011 1111 0 0 11001110 1100010 1010010

Color Harmonies of #A6D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8FE

Black with #A6D8FE

Text Example


Text Example

White with #A6D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8FE; }

 p { color: rgb(166,216,254); }

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

background-color css

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

 a { background-color: rgb(166,216,254); }

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

border-color css

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

 span { border-color: rgb(166,216,254); }

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