Html Css Color HEX #A6D6EC Light Blue

📋 copy color: '#A6D6EC'

red 166 ◦ green 214 ◦ blue 236

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

Shades of Light Blue #A6D6EC

Tints of Light Blue #A6D6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.74%

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

R = 26.95%
G = 34.74%
B = 38.31%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6D6EC (or 0xA6D6EC) is known color: Light Blue. HEX triplet: A6, D6 and EC. RGB value is (166,214,236). Sum of RGB (Red+Green+Blue) = 166+214+236=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6D6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D6EC is #592913. Grayscale: #CACACA. Windows color (decimal): -5843220 or 15521446. OLE color: 15521446.

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

Color convert

RGB 166 214 236 -
CMYK 0.30 0.09 0 0.07
HSL 198.86º 0.65% 0.79% -
HSV(B) 198.86º 0.3% 0.93% -
XYZ 54.91 62.26 88.48 -
YUV 202.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 166 214 236 0.30 0.09 0 0.07 198.86 0.65 0.79
Hex A6 D6 EC 1E 9 0 7 C7 41 4F
Octal 246 326 354 36 11 0 7 307 101 117
Binary 10100110 11010110 11101100 11110 1001 0 111 11000111 1000001 1001111

Color Harmonies of #A6D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D6EC

Black with #A6D6EC

Text Example


Text Example

White with #A6D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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