#ACCAEF

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

Shades of Tropical Blue #ACCAEF

Tints of Tropical Blue #ACCAEF

Color information

#ACCAEF (or 0xACCAEF) is unknown color: approx Tropical Blue. HEX triplet: AC, CA and EF. RGB value is (172,202,239). Sum of RGB (Red+Green+Blue) = 172+202+239=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACCAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAEF is #533510. Grayscale: #C5C5C5. Windows color (decimal): -5453073 or 15714988. OLE color: 15714988.

HSL color Cylindrical-coordinate representation of color #ACCAEF: hue angle of 213.13º degrees, saturation: 0.68, 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 #ACCAEF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172202239-
CMYK0.280.1500.06
HSL213.13º67.68%80.59%-
HSV(B)213.13º28.03%93.73%-
XYZ53.7157.2489.88-
YUV197.25151.56109.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=28.06%
G=32.95%
B=38.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722022390.280.1500.06213.1367.6880.59
HexACCAEF1CF06d54451
Octal254312357341706325104121
Binary10101100110010101110111111100111101101101010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAEF; }

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

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

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

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

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

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

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

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