Html Css Color HEX #ACC8EA Tropical Blue

📋 copy color: '#ACC8EA'

red 172 ◦ green 200 ◦ blue 234

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

Shades of Tropical Blue #ACC8EA

Tints of Tropical Blue #ACC8EA

RGB

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

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

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

R = 28.38%
G = 33%
B = 38.61%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACC8EA (or 0xACC8EA) is known color: Tropical Blue. HEX triplet: AC, C8 and EA. RGB value is (172,200,234). Sum of RGB (Red+Green+Blue) = 172+200+234=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8EA is #533715. Grayscale: #C3C3C3. Windows color (decimal): -5453590 or 15386796. OLE color: 15386796.

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

Color convert

RGB 172 200 234 -
CMYK 0.26 0.15 0 0.08
HSL 212.9º 0.6% 0.8% -
HSV(B) 212.9º 0.26% 0.92% -
XYZ 52.52 56.02 85.89 -
YUV 195.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 172 200 234 0.26 0.15 0 0.08 212.9 0.6 0.8
Hex AC C8 EA 1A F 0 8 D5 3C 50
Octal 254 310 352 32 17 0 10 325 74 120
Binary 10101100 11001000 11101010 11010 1111 0 1000 11010101 111100 1010000

Color Harmonies of #ACC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8EA

Black with #ACC8EA

Text Example


Text Example

White with #ACC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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