Html Css Color HEX #ACC5ED Tropical Blue

📋 copy color: '#ACC5ED'

red 172 ◦ green 197 ◦ blue 237

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

Shades of Tropical Blue #ACC5ED

Tints of Tropical Blue #ACC5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.51%

 BLUE value IS 237 (92.97% from 255) = 39.11%

R = 28.38%
G = 32.51%
B = 39.11%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACC5ED (or 0xACC5ED) is known color: Tropical Blue. HEX triplet: AC, C5 and ED. RGB value is (172,197,237). Sum of RGB (Red+Green+Blue) = 172+197+237=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5ED is #533A12. Grayscale: #C1C1C1. Windows color (decimal): -5454355 or 15582636. OLE color: 15582636.

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

Color convert

RGB 172 197 237 -
CMYK 0.27 0.17 0 0.07
HSL 216.92º 0.64% 0.8% -
HSV(B) 216.92º 0.27% 0.93% -
XYZ 52.27 54.82 87.95 -
YUV 194.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 172 197 237 0.27 0.17 0 0.07 216.92 0.64 0.8
Hex AC C5 ED 1B 11 0 7 D9 40 50
Octal 254 305 355 33 21 0 7 331 100 120
Binary 10101100 11000101 11101101 11011 10001 0 111 11011001 1000000 1010000

Color Harmonies of #ACC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5ED

Black with #ACC5ED

Text Example


Text Example

White with #ACC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5ED; }

 p { color: rgb(172,197,237); }

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

background-color css

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

 a { background-color: rgb(172,197,237); }

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

border-color css

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

 span { border-color: rgb(172,197,237); }

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