#ACDDF4

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

Shades of Light Blue #ACDDF4

Tints of Light Blue #ACDDF4

Color information

#ACDDF4 (or 0xACDDF4) is unknown color: approx Light Blue. HEX triplet: AC, DD and F4. RGB value is (172,221,244). Sum of RGB (Red+Green+Blue) = 172+221+244=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACDDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDF4 is #53220B. Grayscale: #D0D0D0. Windows color (decimal): -5448204 or 16047532. OLE color: 16047532.

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

Color convert

RGB172221244-
CMYK0.300.0900.04
HSL199.17º76.6%81.57%-
HSV(B)199.17º29.51%95.69%-
XYZ59.267.0295.4-
YUV208.97147.77101.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 244 (95.70% from 255) = 38.30%
R=27.00%
G=34.69%
B=38.30%

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
Decimal1722212440.300.0900.04199.1776.681.57
HexACDDF41E904c74d52
Octal254335364361104307115122
Binary10101100110111011111010011110100101001100011110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDF4; }

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

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

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

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

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

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

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

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