#ACD5E9

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

Shades of Light Blue #ACD5E9

Tints of Light Blue #ACD5E9

Color information

#ACD5E9 (or 0xACD5E9) is unknown color: approx Light Blue. HEX triplet: AC, D5 and E9. RGB value is (172,213,233). Sum of RGB (Red+Green+Blue) = 172+213+233=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5E9 is #532A16. Grayscale: #CACACA. Windows color (decimal): -5450263 or 15324588. OLE color: 15324588.

HSL color Cylindrical-coordinate representation of color #ACD5E9: hue angle of 199.67º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD5E9 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172213233-
CMYK0.260.0900.09
HSL199.67º58.1%79.41%-
HSV(B)199.67º26.18%91.37%-
XYZ55.5262.2486.18-
YUV203.02144.92105.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=27.83%
G=34.47%
B=37.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722132330.260.0900.09199.6758.179.41
HexACD5E91A909c83a4f
Octal254325351321101131072117
Binary10101100110101011110100111010100101001110010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5E9; }

 p { color: rgb(172,213,233); }

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

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

 a { background-color: rgb(172,213,233); }

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

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

 span { border-color: rgb(172,213,233); }

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