#ACD2E1

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

Shades of Light Blue #ACD2E1

Tints of Light Blue #ACD2E1

Color information

#ACD2E1 (or 0xACD2E1) is unknown color: approx Light Blue. HEX triplet: AC, D2 and E1. RGB value is (172,210,225). Sum of RGB (Red+Green+Blue) = 172+210+225=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACD2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2E1 is #532D1E. Grayscale: #C8C8C8. Windows color (decimal): -5451039 or 14799532. OLE color: 14799532.

HSL color Cylindrical-coordinate representation of color #ACD2E1: hue angle of 196.98º 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 #ACD2E1 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172210225-
CMYK0.240.0700.12
HSL196.98º46.9%77.84%-
HSV(B)196.98º23.56%88.24%-
XYZ53.6560.380.05-
YUV200.35141.91107.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=28.34%
G=34.60%
B=37.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722102250.240.0700.12196.9846.977.84
HexACD2E11870Cc52f4e
Octal25432234130701430557116
Binary1010110011010010111000011100011101100110001011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2E1; }

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

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

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

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

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

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

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

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