Html Css Color HEX #ACC7E5 Tropical Blue

📋 copy color: '#ACC7E5'

red 172 ◦ green 199 ◦ blue 229

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

Shades of Tropical Blue #ACC7E5

Tints of Tropical Blue #ACC7E5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.17%

 BLUE value IS 229 (89.84% from 255) = 38.17%

R = 28.67%
G = 33.17%
B = 38.17%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACC7E5 (or 0xACC7E5) is known color: Tropical Blue. HEX triplet: AC, C7 and E5. RGB value is (172,199,229). Sum of RGB (Red+Green+Blue) = 172+199+229=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACC7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7E5 is #53381A. Grayscale: #C2C2C2. Windows color (decimal): -5453851 or 15058860. OLE color: 15058860.

HSL color Cylindrical-coordinate representation of color #ACC7E5: hue angle of 211.58º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC7E5 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 199 229 -
CMYK 0.25 0.13 0 0.10
HSL 211.58º 0.52% 0.79% -
HSV(B) 211.58º 0.25% 0.9% -
XYZ 51.58 55.27 82.08 -
YUV 194.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 172 199 229 0.25 0.13 0 0.10 211.58 0.52 0.79
Hex AC C7 E5 19 D 0 A D4 34 4F
Octal 254 307 345 31 15 0 12 324 64 117
Binary 10101100 11000111 11100101 11001 1101 0 1010 11010100 110100 1001111

Color Harmonies of #ACC7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7E5

Black with #ACC7E5

Text Example


Text Example

White with #ACC7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7E5; }

 p { color: rgb(172,199,229); }

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

background-color css

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

 a { background-color: rgb(172,199,229); }

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

border-color css

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

 span { border-color: rgb(172,199,229); }

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