#ACDCF4

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

Shades of Light Blue #ACDCF4

Tints of Light Blue #ACDCF4

Color information

#ACDCF4 (or 0xACDCF4) is unknown color: approx Light Blue. HEX triplet: AC, DC and F4. RGB value is (172,220,244). Sum of RGB (Red+Green+Blue) = 172+220+244=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACDCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCF4 is #53230B. Grayscale: #D0D0D0. Windows color (decimal): -5448460 or 16047276. OLE color: 16047276.

HSL color Cylindrical-coordinate representation of color #ACDCF4: hue angle of 200º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDCF4 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172220244-
CMYK0.300.1000.04
HSL200º76.6%81.57%-
HSV(B)200º29.51%95.69%-
XYZ58.9466.4995.32-
YUV208.38148.1102.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 244 (95.70% from 255) = 38.36%
R=27.04%
G=34.59%
B=38.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722202440.300.1000.0420076.681.57
HexACDCF41EA04c84d52
Octal254334364361204310115122
Binary10101100110111001111010011110101001001100100010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCF4; }

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

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

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

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

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

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

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

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