Html Css Color HEX #ACC8ED Tropical Blue

📋 copy color: '#ACC8ED'

red 172 ◦ green 200 ◦ blue 237

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

Shades of Tropical Blue #ACC8ED

Tints of Tropical Blue #ACC8ED

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.84%

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

R = 28.24%
G = 32.84%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACC8ED (or 0xACC8ED) is known color: Tropical Blue. HEX triplet: AC, C8 and ED. RGB value is (172,200,237). Sum of RGB (Red+Green+Blue) = 172+200+237=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8ED is #533712. Grayscale: #C3C3C3. Windows color (decimal): -5453587 or 15583404. OLE color: 15583404.

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

Color convert

RGB 172 200 237 -
CMYK 0.27 0.16 0 0.07
HSL 214.15º 0.64% 0.8% -
HSV(B) 214.15º 0.27% 0.93% -
XYZ 52.95 56.19 88.18 -
YUV 195.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 172 200 237 0.27 0.16 0 0.07 214.15 0.64 0.8
Hex AC C8 ED 1B 10 0 7 D6 40 50
Octal 254 310 355 33 20 0 7 326 100 120
Binary 10101100 11001000 11101101 11011 10000 0 111 11010110 1000000 1010000

Color Harmonies of #ACC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8ED

Black with #ACC8ED

Text Example


Text Example

White with #ACC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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