#ACDCEF

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

Shades of Light Blue #ACDCEF

Tints of Light Blue #ACDCEF

Color information

#ACDCEF (or 0xACDCEF) is unknown color: approx Light Blue. HEX triplet: AC, DC and EF. RGB value is (172,220,239). Sum of RGB (Red+Green+Blue) = 172+220+239=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACDCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCEF is #532310. Grayscale: #CFCFCF. Windows color (decimal): -5448465 or 15719596. OLE color: 15719596.

HSL color Cylindrical-coordinate representation of color #ACDCEF: hue angle of 197.01º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDCEF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172220239-
CMYK0.280.0800.06
HSL197.01º67.68%80.59%-
HSV(B)197.01º28.03%93.73%-
XYZ58.1966.1991.37-
YUV207.81145.6102.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=27.26%
G=34.87%
B=37.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722202390.280.0800.06197.0167.6880.59
HexACDCEF1C806c54451
Octal254334357341006305104121
Binary10101100110111001110111111100100001101100010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCEF; }

 p { color: rgb(172,220,239); }

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

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

 a { background-color: rgb(172,220,239); }

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

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

 span { border-color: rgb(172,220,239); }

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