#ACD7E1

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

Shades of Light Blue #ACD7E1

Tints of Light Blue #ACD7E1

Color information

#ACD7E1 (or 0xACD7E1) is unknown color: approx Light Blue. HEX triplet: AC, D7 and E1. RGB value is (172,215,225). Sum of RGB (Red+Green+Blue) = 172+215+225=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACD7E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7E1 is #53281E. Grayscale: #CBCBCB. Windows color (decimal): -5449759 or 14800812. OLE color: 14800812.

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

Color convert

RGB172215225-
CMYK0.240.0400.12
HSL191.32º46.9%77.84%-
HSV(B)191.32º23.56%88.24%-
XYZ54.962.8180.46-
YUV203.28140.25105.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 225 (88.28% from 255) = 36.76%
R=28.10%
G=35.13%
B=36.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722152250.240.0400.12191.3246.977.84
HexACD7E11840Cbf2f4e
Octal25432734130401427757116
Binary1010110011010111111000011100010001100101111111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7E1; }

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

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

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

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

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

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

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

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