#ACDFEC

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

Shades of Light Blue #ACDFEC

Tints of Light Blue #ACDFEC

Color information

#ACDFEC (or 0xACDFEC) is unknown color: approx Light Blue. HEX triplet: AC, DF and EC. RGB value is (172,223,236). Sum of RGB (Red+Green+Blue) = 172+223+236=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFEC is #532013. Grayscale: #D1D1D1. Windows color (decimal): -5447700 or 15523756. OLE color: 15523756.

HSL color Cylindrical-coordinate representation of color #ACDFEC: hue angle of 192.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDFEC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172223236-
CMYK0.270.0600.07
HSL192.19º62.75%80%-
HSV(B)192.19º27.12%92.55%-
XYZ58.5467.689.32-
YUV209.23143.1101.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=27.26%
G=35.34%
B=37.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722232360.270.0600.07192.1962.7580
HexACDFEC1B607c03f50
Octal2543373543360730077120
Binary101011001101111111101100110111100111110000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFEC; }

 p { color: rgb(172,223,236); }

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

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

 a { background-color: rgb(172,223,236); }

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

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

 span { border-color: rgb(172,223,236); }

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