#ACCAF1

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

Shades of Tropical Blue #ACCAF1

Tints of Tropical Blue #ACCAF1

Color information

#ACCAF1 (or 0xACCAF1) is unknown color: approx Tropical Blue. HEX triplet: AC, CA and F1. RGB value is (172,202,241). Sum of RGB (Red+Green+Blue) = 172+202+241=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACCAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAF1 is #53350E. Grayscale: #C5C5C5. Windows color (decimal): -5453071 or 15846060. OLE color: 15846060.

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

Color convert

RGB172202241-
CMYK0.290.1600.05
HSL213.91º71.13%80.98%-
HSV(B)213.91º28.63%94.51%-
XYZ54.0157.3691.44-
YUV197.48152.56109.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=27.97%
G=32.85%
B=39.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722022410.290.1600.05213.9171.1380.98
HexACCAF11D1005d64751
Octal254312361352005326107121
Binary101011001100101011110001111011000001011101011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAF1; }

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

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

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

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

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

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

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

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