#ACCAEA

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

Shades of Tropical Blue #ACCAEA

Tints of Tropical Blue #ACCAEA

Color information

#ACCAEA (or 0xACCAEA) is unknown color: approx Tropical Blue. HEX triplet: AC, CA and EA. RGB value is (172,202,234). Sum of RGB (Red+Green+Blue) = 172+202+234=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACCAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAEA is #533515. Grayscale: #C4C4C4. Windows color (decimal): -5453078 or 15387308. OLE color: 15387308.

HSL color Cylindrical-coordinate representation of color #ACCAEA: hue angle of 210.97º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCAEA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172202234-
CMYK0.260.1400.08
HSL210.97º59.62%79.61%-
HSV(B)210.97º26.5%91.76%-
XYZ52.9956.9586.04-
YUV196.68149.06110.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=28.29%
G=33.22%
B=38.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722022340.260.1400.08210.9759.6279.61
HexACCAEA1AE08d33c50
Octal254312352321601032374120
Binary10101100110010101110101011010111001000110100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAEA; }

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

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

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

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

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

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

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

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