Html Css Color HEX #ACC7E8 Tropical Blue

📋 copy color: '#ACC7E8'

red 172 ◦ green 199 ◦ blue 232

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

Shades of Tropical Blue #ACC7E8

Tints of Tropical Blue #ACC7E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.47%

R = 28.52%
G = 33%
B = 38.47%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACC7E8 (or 0xACC7E8) is known color: Tropical Blue. HEX triplet: AC, C7 and E8. RGB value is (172,199,232). Sum of RGB (Red+Green+Blue) = 172+199+232=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACC7E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7E8 is #533817. Grayscale: #C2C2C2. Windows color (decimal): -5453848 or 15255468. OLE color: 15255468.

HSL color Cylindrical-coordinate representation of color #ACC7E8: hue angle of 213º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC7E8 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 199 232 -
CMYK 0.26 0.14 0 0.09
HSL 213º 0.57% 0.79% -
HSV(B) 213º 0.26% 0.91% -
XYZ 52 55.44 84.3 -
YUV 194.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 172 199 232 0.26 0.14 0 0.09 213 0.57 0.79
Hex AC C7 E8 1A E 0 9 D5 39 4F
Octal 254 307 350 32 16 0 11 325 71 117
Binary 10101100 11000111 11101000 11010 1110 0 1001 11010101 111001 1001111

Color Harmonies of #ACC7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7E8

Black with #ACC7E8

Text Example


Text Example

White with #ACC7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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