#ACDDEF

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

Shades of Light Blue #ACDDEF

Tints of Light Blue #ACDDEF

Color information

#ACDDEF (or 0xACDDEF) is unknown color: approx Light Blue. HEX triplet: AC, DD and EF. RGB value is (172,221,239). Sum of RGB (Red+Green+Blue) = 172+221+239=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDEF is #532210. Grayscale: #D0D0D0. Windows color (decimal): -5448209 or 15719852. OLE color: 15719852.

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

Color convert

RGB172221239-
CMYK0.280.0800.06
HSL196.12º67.68%80.59%-
HSV(B)196.12º28.03%93.73%-
XYZ58.4566.7291.46-
YUV208.4145.27102.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=27.22%
G=34.97%
B=37.82%

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
Decimal1722212390.280.0800.06196.1267.6880.59
HexACDDEF1C806c44451
Octal254335357341006304104121
Binary10101100110111011110111111100100001101100010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDEF; }

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

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

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

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

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

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

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

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