#ACD4EA

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

Shades of Light Blue #ACD4EA

Tints of Light Blue #ACD4EA

Color information

#ACD4EA (or 0xACD4EA) is unknown color: approx Light Blue. HEX triplet: AC, D4 and EA. RGB value is (172,212,234). Sum of RGB (Red+Green+Blue) = 172+212+234=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4EA is #532B15. Grayscale: #CACACA. Windows color (decimal): -5450518 or 15389868. OLE color: 15389868.

HSL color Cylindrical-coordinate representation of color #ACD4EA: hue angle of 201.29º 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 #ACD4EA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172212234-
CMYK0.260.0900.08
HSL201.29º59.62%79.61%-
HSV(B)201.29º26.5%91.76%-
XYZ55.4161.886.85-
YUV202.55145.75106.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=27.83%
G=34.30%
B=37.86%

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
Decimal1722122340.260.0900.08201.2959.6279.61
HexACD4EA1A908c93c50
Octal254324352321101031174120
Binary10101100110101001110101011010100101000110010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4EA; }

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

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

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

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

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

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

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

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