#ACDEF1

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

Shades of Light Blue #ACDEF1

Tints of Light Blue #ACDEF1

Color information

#ACDEF1 (or 0xACDEF1) is unknown color: approx Light Blue. HEX triplet: AC, DE and F1. RGB value is (172,222,241). Sum of RGB (Red+Green+Blue) = 172+222+241=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACDEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF1 is #53210E. Grayscale: #D1D1D1. Windows color (decimal): -5447951 or 15851180. OLE color: 15851180.

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

Color convert

RGB172222241-
CMYK0.290.0800.05
HSL196.52º71.13%80.98%-
HSV(B)196.52º28.63%94.51%-
XYZ59.0167.3693.11-
YUV209.22145.94101.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=27.09%
G=34.96%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722222410.290.0800.05196.5271.1380.98
HexACDEF11D805c54751
Octal254336361351005305107121
Binary10101100110111101111000111101100001011100010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEF1; }

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

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

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

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

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

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

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

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