#ACDDF5

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

Shades of Light Blue #ACDDF5

Tints of Light Blue #ACDDF5

Color information

#ACDDF5 (or 0xACDDF5) is unknown color: approx Light Blue. HEX triplet: AC, DD and F5. RGB value is (172,221,245). Sum of RGB (Red+Green+Blue) = 172+221+245=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACDDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDF5 is #53220A. Grayscale: #D0D0D0. Windows color (decimal): -5448203 or 16113068. OLE color: 16113068.

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

Color convert

RGB172221245-
CMYK0.300.1000.04
HSL199.73º78.49%81.76%-
HSV(B)199.73º29.8%96.08%-
XYZ59.3567.0896.21-
YUV209.08148.27101.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 245 (96.09% from 255) = 38.40%
R=26.96%
G=34.64%
B=38.40%

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
Decimal1722212450.300.1000.04199.7378.4981.76
HexACDDF51EA04c84e52
Octal254335365361204310116122
Binary10101100110111011111010111110101001001100100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDF5; }

 p { color: rgb(172,221,245); }

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

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

 a { background-color: rgb(172,221,245); }

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

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

 span { border-color: rgb(172,221,245); }

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