Html Css Color HEX #ACC2EB Tropical Blue

📋 copy color: '#ACC2EB'

red 172 ◦ green 194 ◦ blue 235

#ACC2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #ACC2EB

Tints of Tropical Blue #ACC2EB

RGB

 RED value IS 172 (67.58% from 255) = 28.62%

 GREEN value IS 194 (76.17% from 255) = 32.28%

 BLUE value IS 235 (92.19% from 255) = 39.1%

R = 28.62%
G = 32.28%
B = 39.1%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACC2EB (or 0xACC2EB) is known color: Tropical Blue. HEX triplet: AC, C2 and EB. RGB value is (172,194,235). Sum of RGB (Red+Green+Blue) = 172+194+235=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2EB is #533D14. Grayscale: #BFBFBF. Windows color (decimal): -5455125 or 15450796. OLE color: 15450796.

HSL color Cylindrical-coordinate representation of color #ACC2EB: hue angle of 219.05º 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 #ACC2EB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 194 235 -
CMYK 0.27 0.17 0 0.08
HSL 219.05º 0.61% 0.8% -
HSV(B) 219.05º 0.27% 0.92% -
XYZ 51.3 53.35 86.19 -
YUV 192.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 172 194 235 0.27 0.17 0 0.08 219.05 0.61 0.8
Hex AC C2 EB 1B 11 0 8 DB 3D 50
Octal 254 302 353 33 21 0 10 333 75 120
Binary 10101100 11000010 11101011 11011 10001 0 1000 11011011 111101 1010000

Color Harmonies of #ACC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2EB

Black with #ACC2EB

Text Example


Text Example

White with #ACC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2EB; }

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

 H1.HeaderClassName
 {
   color: #ACC2EB;
 }
 .AnyTagClassName
 {
   color: #ACC2EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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