#ACDEF6

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

Shades of Light Blue #ACDEF6

Tints of Light Blue #ACDEF6

Color information

#ACDEF6 (or 0xACDEF6) is unknown color: approx Light Blue. HEX triplet: AC, DE and F6. RGB value is (172,222,246). Sum of RGB (Red+Green+Blue) = 172+222+246=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACDEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF6 is #532109. Grayscale: #D1D1D1. Windows color (decimal): -5447946 or 16178860. OLE color: 16178860.

HSL color Cylindrical-coordinate representation of color #ACDEF6: hue angle of 199.46º degrees, saturation: 0.8, 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 #ACDEF6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172222246-
CMYK0.300.1000.04
HSL199.46º80.43%81.96%-
HSV(B)199.46º30.08%96.47%-
XYZ59.7767.6797.1-
YUV209.79148.44101.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=26.88%
G=34.69%
B=38.44%

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
Decimal1722222460.300.1000.04199.4680.4381.96
HexACDEF61EA04c75052
Octal254336366361204307120122
Binary10101100110111101111011011110101001001100011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEF6; }

 p { color: rgb(172,222,246); }

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

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

 a { background-color: rgb(172,222,246); }

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

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

 span { border-color: rgb(172,222,246); }

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