#ACDFF6

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

Shades of Light Blue #ACDFF6

Tints of Light Blue #ACDFF6

Color information

#ACDFF6 (or 0xACDFF6) is unknown color: approx Light Blue. HEX triplet: AC, DF and F6. RGB value is (172,223,246). Sum of RGB (Red+Green+Blue) = 172+223+246=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACDFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF6 is #532009. Grayscale: #D2D2D2. Windows color (decimal): -5447690 or 16179116. OLE color: 16179116.

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

Color convert

RGB172223246-
CMYK0.300.0900.04
HSL198.65º80.43%81.96%-
HSV(B)198.65º30.08%96.47%-
XYZ60.0468.297.19-
YUV210.37148.1100.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=26.83%
G=34.79%
B=38.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722232460.300.0900.04198.6580.4381.96
HexACDFF61E904c75052
Octal254337366361104307120122
Binary10101100110111111111011011110100101001100011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFF6; }

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

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

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

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

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

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

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

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