#ACDCF3

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

Shades of Light Blue #ACDCF3

Tints of Light Blue #ACDCF3

Color information

#ACDCF3 (or 0xACDCF3) is unknown color: approx Light Blue. HEX triplet: AC, DC and F3. RGB value is (172,220,243). Sum of RGB (Red+Green+Blue) = 172+220+243=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACDCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCF3 is #53230C. Grayscale: #D0D0D0. Windows color (decimal): -5448461 or 15981740. OLE color: 15981740.

HSL color Cylindrical-coordinate representation of color #ACDCF3: hue angle of 199.44º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDCF3 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172220243-
CMYK0.290.0900.05
HSL199.44º74.74%81.37%-
HSV(B)199.44º29.22%95.29%-
XYZ58.7866.4394.52-
YUV208.27147.6102.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 243 (95.31% from 255) = 38.27%
R=27.09%
G=34.65%
B=38.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722202430.290.0900.05199.4474.7481.37
HexACDCF31D905c74b51
Octal254334363351105307113121
Binary10101100110111001111001111101100101011100011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCF3; }

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

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

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

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

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

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

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

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