Html Css Color HEX #A6D8EC Light Blue

📋 copy color: '#A6D8EC'

red 166 ◦ green 216 ◦ blue 236

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

Shades of Light Blue #A6D8EC

Tints of Light Blue #A6D8EC

RGB

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

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

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

R = 26.86%
G = 34.95%
B = 38.19%

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

#A6D8EC (or 0xA6D8EC) is known color: Light Blue. HEX triplet: A6, D8 and EC. RGB value is (166,216,236). Sum of RGB (Red+Green+Blue) = 166+216+236=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6D8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D8EC is #592713. Grayscale: #CBCBCB. Windows color (decimal): -5842708 or 15521958. OLE color: 15521958.

HSL color Cylindrical-coordinate representation of color #A6D8EC: hue angle of 197.14º 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 #A6D8EC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 216 236 -
CMYK 0.30 0.08 0 0.07
HSL 197.14º 0.65% 0.79% -
HSV(B) 197.14º 0.3% 0.93% -
XYZ 55.42 63.27 88.65 -
YUV 203.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 166 216 236 0.30 0.08 0 0.07 197.14 0.65 0.79
Hex A6 D8 EC 1E 8 0 7 C5 41 4F
Octal 246 330 354 36 10 0 7 305 101 117
Binary 10100110 11011000 11101100 11110 1000 0 111 11000101 1000001 1001111

Color Harmonies of #A6D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8EC

Black with #A6D8EC

Text Example


Text Example

White with #A6D8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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