#ACDFF1

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

Shades of Light Blue #ACDFF1

Tints of Light Blue #ACDFF1

Color information

#ACDFF1 (or 0xACDFF1) is unknown color: approx Light Blue. HEX triplet: AC, DF and F1. RGB value is (172,223,241). Sum of RGB (Red+Green+Blue) = 172+223+241=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF1 is #53200E. Grayscale: #D1D1D1. Windows color (decimal): -5447695 or 15851436. OLE color: 15851436.

HSL color Cylindrical-coordinate representation of color #ACDFF1: hue angle of 195.65º degrees, saturation: 0.71, 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 #ACDFF1 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172223241-
CMYK0.290.0700.05
HSL195.65º71.13%80.98%-
HSV(B)195.65º28.63%94.51%-
XYZ59.2867.993.2-
YUV209.8145.6101.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=27.04%
G=35.06%
B=37.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722232410.290.0700.05195.6571.1380.98
HexACDFF11D705c44751
Octal25433736135705304107121
Binary1010110011011111111100011110111101011100010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFF1; }

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

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

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

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

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

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

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

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