#ACD6EB

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

Shades of Light Blue #ACD6EB

Tints of Light Blue #ACD6EB

Color information

#ACD6EB (or 0xACD6EB) is unknown color: approx Light Blue. HEX triplet: AC, D6 and EB. RGB value is (172,214,235). Sum of RGB (Red+Green+Blue) = 172+214+235=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6EB is #532914. Grayscale: #CBCBCB. Windows color (decimal): -5450005 or 15455916. OLE color: 15455916.

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

Color convert

RGB172214235-
CMYK0.270.0900.08
HSL200º61.17%79.8%-
HSV(B)200º26.81%92.16%-
XYZ56.0662.8687.78-
YUV203.84145.59105.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=27.70%
G=34.46%
B=37.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722142350.270.0900.0820061.1779.8
HexACD6EB1B908c83d50
Octal254326353331101031075120
Binary10101100110101101110101111011100101000110010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6EB; }

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

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

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

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

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

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

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

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