Html Css Color HEX #A6D9EC Light Blue

📋 copy color: '#A6D9EC'

red 166 ◦ green 217 ◦ blue 236

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

Shades of Light Blue #A6D9EC

Tints of Light Blue #A6D9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 26.82%
G = 35.06%
B = 38.13%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6D9EC (or 0xA6D9EC) is known color: Light Blue. HEX triplet: A6, D9 and EC. RGB value is (166,217,236). Sum of RGB (Red+Green+Blue) = 166+217+236=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6D9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D9EC is #592613. Grayscale: #CBCBCB. Windows color (decimal): -5842452 or 15522214. OLE color: 15522214.

HSL color Cylindrical-coordinate representation of color #A6D9EC: hue angle of 196.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6D9EC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 217 236 -
CMYK 0.30 0.08 0 0.07
HSL 196.29º 0.65% 0.79% -
HSV(B) 196.29º 0.3% 0.93% -
XYZ 55.68 63.79 88.73 -
YUV 203.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 166 217 236 0.30 0.08 0 0.07 196.29 0.65 0.79
Hex A6 D9 EC 1E 8 0 7 C4 41 4F
Octal 246 331 354 36 10 0 7 304 101 117
Binary 10100110 11011001 11101100 11110 1000 0 111 11000100 1000001 1001111

Color Harmonies of #A6D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D9EC

Black with #A6D9EC

Text Example


Text Example

White with #A6D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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