#ACDEF4

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

Shades of Light Blue #ACDEF4

Tints of Light Blue #ACDEF4

Color information

#ACDEF4 (or 0xACDEF4) is unknown color: approx Light Blue. HEX triplet: AC, DE and F4. RGB value is (172,222,244). Sum of RGB (Red+Green+Blue) = 172+222+244=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACDEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF4 is #53210B. Grayscale: #D1D1D1. Windows color (decimal): -5447948 or 16047788. OLE color: 16047788.

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

Color convert

RGB172222244-
CMYK0.300.0900.04
HSL198.33º76.6%81.57%-
HSV(B)198.33º29.51%95.69%-
XYZ59.4667.5495.49-
YUV209.56147.44101.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 244 (95.70% from 255) = 38.24%
R=26.96%
G=34.80%
B=38.24%

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
Decimal1722222440.300.0900.04198.3376.681.57
HexACDEF41E904c64d52
Octal254336364361104306115122
Binary10101100110111101111010011110100101001100011010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEF4; }

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

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

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

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

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

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

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

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