#ACD3E1

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

Shades of Light Blue #ACD3E1

Tints of Light Blue #ACD3E1

Color information

#ACD3E1 (or 0xACD3E1) is unknown color: approx Light Blue. HEX triplet: AC, D3 and E1. RGB value is (172,211,225). Sum of RGB (Red+Green+Blue) = 172+211+225=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACD3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3E1 is #532C1E. Grayscale: #C8C8C8. Windows color (decimal): -5450783 or 14799788. OLE color: 14799788.

HSL color Cylindrical-coordinate representation of color #ACD3E1: hue angle of 195.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACD3E1 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172211225-
CMYK0.240.0600.12
HSL195.85º46.9%77.84%-
HSV(B)195.85º23.56%88.24%-
XYZ53.960.880.13-
YUV200.94141.58107.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 225 (88.28% from 255) = 37.01%
R=28.29%
G=34.70%
B=37.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722112250.240.0600.12195.8546.977.84
HexACD3E11860Cc42f4e
Octal25432334130601430457116
Binary1010110011010011111000011100011001100110001001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3E1; }

 p { color: rgb(172,211,225); }

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

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

 a { background-color: rgb(172,211,225); }

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

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

 span { border-color: rgb(172,211,225); }

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