#ACC4ED

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

Shades of Tropical Blue #ACC4ED

Tints of Tropical Blue #ACC4ED

Color information

#ACC4ED (or 0xACC4ED) is unknown color: approx Tropical Blue. HEX triplet: AC, C4 and ED. RGB value is (172,196,237). Sum of RGB (Red+Green+Blue) = 172+196+237=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC4ED is #533B12. Grayscale: #C1C1C1. Windows color (decimal): -5454611 or 15582380. OLE color: 15582380.

HSL color Cylindrical-coordinate representation of color #ACC4ED: hue angle of 217.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC4ED is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172196237-
CMYK0.270.1700.07
HSL217.85º64.36%80.2%-
HSV(B)217.85º27.43%92.94%-
XYZ52.0454.3687.87-
YUV193.5152.55112.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=28.43%
G=32.40%
B=39.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721962370.270.1700.07217.8564.3680.2
HexACC4ED1B1107da4050
Octal254304355332107332100120
Binary101011001100010011101101110111000101111101101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4ED; }

 p { color: rgb(172,196,237); }

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

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

 a { background-color: rgb(172,196,237); }

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

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

 span { border-color: rgb(172,196,237); }

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