Html Css Color HEX #ACCAE5 Tropical Blue

📋 copy color: '#ACCAE5'

red 172 ◦ green 202 ◦ blue 229

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

Shades of Tropical Blue #ACCAE5

Tints of Tropical Blue #ACCAE5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.5%

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

R = 28.52%
G = 33.5%
B = 37.98%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACCAE5 (or 0xACCAE5) is known color: Tropical Blue. HEX triplet: AC, CA and E5. RGB value is (172,202,229). Sum of RGB (Red+Green+Blue) = 172+202+229=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACCAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAE5 is #53351A. Grayscale: #C3C3C3. Windows color (decimal): -5453083 or 15059628. OLE color: 15059628.

HSL color Cylindrical-coordinate representation of color #ACCAE5: hue angle of 208.42º 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 #ACCAE5 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 202 229 -
CMYK 0.25 0.12 0 0.10
HSL 208.42º 0.52% 0.79% -
HSV(B) 208.42º 0.25% 0.9% -
XYZ 52.28 56.67 82.31 -
YUV 196.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 172 202 229 0.25 0.12 0 0.10 208.42 0.52 0.79
Hex AC CA E5 19 C 0 A D0 34 4F
Octal 254 312 345 31 14 0 12 320 64 117
Binary 10101100 11001010 11100101 11001 1100 0 1010 11010000 110100 1001111

Color Harmonies of #ACCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAE5

Black with #ACCAE5

Text Example


Text Example

White with #ACCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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