#ACC8FC

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

Shades of Tropical Blue #ACC8FC

Tints of Tropical Blue #ACC8FC

Color information

#ACC8FC (or 0xACC8FC) is unknown color: approx Tropical Blue. HEX triplet: AC, C8 and FC. RGB value is (172,200,252). Sum of RGB (Red+Green+Blue) = 172+200+252=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8FC is #533703. Grayscale: #C5C5C5. Windows color (decimal): -5453572 or 16566444. OLE color: 16566444.

HSL color Cylindrical-coordinate representation of color #ACC8FC: hue angle of 219º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC8FC is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172200252-
CMYK0.320.2100.01
HSL219º93.02%83.14%-
HSV(B)219º31.75%98.82%-
XYZ55.2457.11100.21-
YUV197.56158.72109.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=27.56%
G=32.05%
B=40.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722002520.320.2100.0121993.0283.14
HexACC8FC201501db5d53
Octal254310374402501333135123
Binary10101100110010001111110010000010101011101101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8FC; }

 p { color: rgb(172,200,252); }

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

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

 a { background-color: rgb(172,200,252); }

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

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

 span { border-color: rgb(172,200,252); }

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