Html Css Color HEX #ACC2EA Tropical Blue

📋 copy color: '#ACC2EA'

red 172 ◦ green 194 ◦ blue 234

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

Shades of Tropical Blue #ACC2EA

Tints of Tropical Blue #ACC2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 28.67%
G = 32.33%
B = 39%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACC2EA (or 0xACC2EA) is known color: Tropical Blue. HEX triplet: AC, C2 and EA. RGB value is (172,194,234). Sum of RGB (Red+Green+Blue) = 172+194+234=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2EA is #533D15. Grayscale: #BFBFBF. Windows color (decimal): -5455126 or 15385260. OLE color: 15385260.

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

Color convert

RGB 172 194 234 -
CMYK 0.26 0.17 0 0.08
HSL 218.71º 0.6% 0.8% -
HSV(B) 218.71º 0.26% 0.92% -
XYZ 51.16 53.29 85.43 -
YUV 191.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 172 194 234 0.26 0.17 0 0.08 218.71 0.6 0.8
Hex AC C2 EA 1A 11 0 8 DB 3C 50
Octal 254 302 352 32 21 0 10 333 74 120
Binary 10101100 11000010 11101010 11010 10001 0 1000 11011011 111100 1010000

Color Harmonies of #ACC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2EA

Black with #ACC2EA

Text Example


Text Example

White with #ACC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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