Html Css Color HEX #ACC5FC Tropical Blue

📋 copy color: '#ACC5FC'

red 172 ◦ green 197 ◦ blue 252

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

Shades of Tropical Blue #ACC5FC

Tints of Tropical Blue #ACC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.72%

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 27.7%
G = 31.72%
B = 40.58%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACC5FC (or 0xACC5FC) is known color: Tropical Blue. HEX triplet: AC, C5 and FC. RGB value is (172,197,252). Sum of RGB (Red+Green+Blue) = 172+197+252=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACC5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5FC is #533A03. Grayscale: #C3C3C3. Windows color (decimal): -5454340 or 16565676. OLE color: 16565676.

HSL color Cylindrical-coordinate representation of color #ACC5FC: hue angle of 221.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC5FC is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 197 252 -
CMYK 0.32 0.22 0 0.01
HSL 221.25º 0.93% 0.83% -
HSV(B) 221.25º 0.32% 0.99% -
XYZ 54.55 55.73 99.98 -
YUV 195.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 172 197 252 0.32 0.22 0 0.01 221.25 0.93 0.83
Hex AC C5 FC 20 16 0 1 DD 5D 53
Octal 254 305 374 40 26 0 1 335 135 123
Binary 10101100 11000101 11111100 100000 10110 0 1 11011101 1011101 1010011

Color Harmonies of #ACC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5FC

Black with #ACC5FC

Text Example


Text Example

White with #ACC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5FC; }

 p { color: rgb(172,197,252); }

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

background-color css

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

 a { background-color: rgb(172,197,252); }

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

border-color css

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

 span { border-color: rgb(172,197,252); }

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