Html Css Color HEX #ACC2EC Tropical Blue

📋 copy color: '#ACC2EC'

red 172 ◦ green 194 ◦ blue 236

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

Shades of Tropical Blue #ACC2EC

Tints of Tropical Blue #ACC2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 28.57%
G = 32.23%
B = 39.2%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACC2EC (or 0xACC2EC) is known color: Tropical Blue. HEX triplet: AC, C2 and EC. RGB value is (172,194,236). Sum of RGB (Red+Green+Blue) = 172+194+236=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2EC is #533D13. Grayscale: #C0C0C0. Windows color (decimal): -5455124 or 15516332. OLE color: 15516332.

HSL color Cylindrical-coordinate representation of color #ACC2EC: hue angle of 219.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC2EC is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 194 236 -
CMYK 0.27 0.18 0 0.07
HSL 219.38º 0.63% 0.8% -
HSV(B) 219.38º 0.27% 0.93% -
XYZ 51.45 53.41 86.95 -
YUV 192.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 172 194 236 0.27 0.18 0 0.07 219.38 0.63 0.8
Hex AC C2 EC 1B 12 0 7 DB 3F 50
Octal 254 302 354 33 22 0 7 333 77 120
Binary 10101100 11000010 11101100 11011 10010 0 111 11011011 111111 1010000

Color Harmonies of #ACC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2EC

Black with #ACC2EC

Text Example


Text Example

White with #ACC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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