#ACD5EA

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

Shades of Light Blue #ACD5EA

Tints of Light Blue #ACD5EA

Color information

#ACD5EA (or 0xACD5EA) is unknown color: approx Light Blue. HEX triplet: AC, D5 and EA. RGB value is (172,213,234). Sum of RGB (Red+Green+Blue) = 172+213+234=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5EA is #532A15. Grayscale: #CBCBCB. Windows color (decimal): -5450262 or 15390124. OLE color: 15390124.

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

Color convert

RGB172213234-
CMYK0.260.0900.08
HSL200.32º59.62%79.61%-
HSV(B)200.32º26.5%91.76%-
XYZ55.6662.386.93-
YUV203.14145.42105.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=27.79%
G=34.41%
B=37.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722132340.260.0900.08200.3259.6279.61
HexACD5EA1A908c83c50
Octal254325352321101031074120
Binary10101100110101011110101011010100101000110010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5EA; }

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

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

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

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

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

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

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

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