#A4D6EB

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

Shades of Light Blue #A4D6EB

Tints of Light Blue #A4D6EB

Color information

#A4D6EB (or 0xA4D6EB) is unknown color: approx Light Blue. HEX triplet: A4, D6 and EB. RGB value is (164,214,235). Sum of RGB (Red+Green+Blue) = 164+214+235=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4D6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D6EB is #5B2914. Grayscale: #C9C9C9. Windows color (decimal): -5974293 or 15455908. OLE color: 15455908.

HSL color Cylindrical-coordinate representation of color #A4D6EB: hue angle of 197.75º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4D6EB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164214235-
CMYK0.300.0900.08
HSL197.75º63.96%78.24%-
HSV(B)197.75º30.21%92.16%-
XYZ54.3561.9887.7-
YUV201.44146.94101.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.75%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=26.75%
G=34.91%
B=38.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642142350.300.0900.08197.7563.9678.24
HexA4D6EB1E908c6404e
Octal2443263533611010306100116
Binary101001001101011011101011111101001010001100011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D6EB; }

 p { color: rgb(164,214,235); }

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

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

 a { background-color: rgb(164,214,235); }

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

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

 span { border-color: rgb(164,214,235); }

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