#ACCAEB

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

Shades of Tropical Blue #ACCAEB

Tints of Tropical Blue #ACCAEB

Color information

#ACCAEB (or 0xACCAEB) is unknown color: approx Tropical Blue. HEX triplet: AC, CA and EB. RGB value is (172,202,235). Sum of RGB (Red+Green+Blue) = 172+202+235=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACCAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAEB is #533514. Grayscale: #C4C4C4. Windows color (decimal): -5453077 or 15452844. OLE color: 15452844.

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

Color convert

RGB172202235-
CMYK0.270.1400.08
HSL211.43º61.17%79.8%-
HSV(B)211.43º26.81%92.16%-
XYZ53.1357.0186.8-
YUV196.79149.56110.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=28.24%
G=33.17%
B=38.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722022350.270.1400.08211.4361.1779.8
HexACCAEB1BE08d33d50
Octal254312353331601032375120
Binary10101100110010101110101111011111001000110100111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAEB; }

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

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

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

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

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

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

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

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