#ACCAF0

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

Shades of Tropical Blue #ACCAF0

Tints of Tropical Blue #ACCAF0

Color information

#ACCAF0 (or 0xACCAF0) is unknown color: approx Tropical Blue. HEX triplet: AC, CA and F0. RGB value is (172,202,240). Sum of RGB (Red+Green+Blue) = 172+202+240=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACCAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAF0 is #53350F. Grayscale: #C5C5C5. Windows color (decimal): -5453072 or 15780524. OLE color: 15780524.

HSL color Cylindrical-coordinate representation of color #ACCAF0: hue angle of 213.53º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCAF0 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172202240-
CMYK0.280.1600.06
HSL213.53º69.39%80.78%-
HSV(B)213.53º28.33%94.12%-
XYZ53.8657.390.66-
YUV197.36152.06109.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=28.01%
G=32.90%
B=39.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722022400.280.1600.06213.5369.3980.78
HexACCAF01C1006d64551
Octal254312360342006326105121
Binary101011001100101011110000111001000001101101011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAF0; }

 p { color: rgb(172,202,240); }

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

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

 a { background-color: rgb(172,202,240); }

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

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

 span { border-color: rgb(172,202,240); }

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