#ACE0F1

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

Shades of Light Blue #ACE0F1

Tints of Light Blue #ACE0F1

Color information

#ACE0F1 (or 0xACE0F1) is unknown color: approx Light Blue. HEX triplet: AC, E0 and F1. RGB value is (172,224,241). Sum of RGB (Red+Green+Blue) = 172+224+241=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0F1 is #531F0E. Grayscale: #D2D2D2. Windows color (decimal): -5447439 or 15851692. OLE color: 15851692.

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

Color convert

RGB172224241-
CMYK0.290.0700.05
HSL194.78º71.13%80.98%-
HSV(B)194.78º28.63%94.51%-
XYZ59.5568.4393.29-
YUV210.39145.27100.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=27.00%
G=35.16%
B=37.83%

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
Decimal1722242410.290.0700.05194.7871.1380.98
HexACE0F11D705c34751
Octal25434036135705303107121
Binary1010110011100000111100011110111101011100001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0F1; }

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

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

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

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

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

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

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

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