#ACC6FA

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

Shades of Tropical Blue #ACC6FA

Tints of Tropical Blue #ACC6FA

Color information

#ACC6FA (or 0xACC6FA) is unknown color: approx Tropical Blue. HEX triplet: AC, C6 and FA. RGB value is (172,198,250). Sum of RGB (Red+Green+Blue) = 172+198+250=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACC6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC6FA is #533905. Grayscale: #C3C3C3. Windows color (decimal): -5454086 or 16434860. OLE color: 16434860.

HSL color Cylindrical-coordinate representation of color #ACC6FA: hue angle of 220º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC6FA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172198250-
CMYK0.310.2100.02
HSL220º88.64%82.75%-
HSV(B)220º31.2%98.04%-
XYZ54.4656.0698.39-
YUV196.15158.39110.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=27.74%
G=31.94%
B=40.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721982500.310.2100.0222088.6482.75
HexACC6FA1F1502dc5953
Octal254306372372502334131123
Binary10101100110001101111101011111101010101101110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6FA; }

 p { color: rgb(172,198,250); }

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

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

 a { background-color: rgb(172,198,250); }

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

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

 span { border-color: rgb(172,198,250); }

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