#A6D7EB

Color #A6D7EB Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #A6D7EB

Tints of Light Blue #A6D7EB

Color information

#A6D7EB (or 0xA6D7EB) is unknown color: approx Light Blue. HEX triplet: A6, D7 and EB. RGB value is (166,215,235). Sum of RGB (Red+Green+Blue) = 166+215+235=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D7EB is #592814. Grayscale: #CACACA. Windows color (decimal): -5842965 or 15456166. OLE color: 15456166.

HSL color Cylindrical-coordinate representation of color #A6D7EB: hue angle of 197.39º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6D7EB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166215235-
CMYK0.290.0900.08
HSL197.39º63.3%78.63%-
HSV(B)197.39º29.36%92.16%-
XYZ55.0262.7187.8-
YUV202.63146.27101.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.95%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=26.95%
G=34.90%
B=38.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662152350.290.0900.08197.3963.378.63
HexA6D7EB1D908c53f4f
Octal246327353351101030577117
Binary10100110110101111110101111101100101000110001011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7EB; }

 p { color: rgb(166,215,235); }

 H1.HeaderClassName
 {
   color: #A6D7EB;
 }
 .AnyTagClassName
 {
   color: #A6D7EB;
 }
</style>
background-color css

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

 a { background-color: rgb(166,215,235); }

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

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

 span { border-color: rgb(166,215,235); }

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