Html Css Color HEX #ACC3F8 Tropical Blue

📋 copy color: '#ACC3F8'

red 172 ◦ green 195 ◦ blue 248

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

Shades of Tropical Blue #ACC3F8

Tints of Tropical Blue #ACC3F8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.71%

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 27.97%
G = 31.71%
B = 40.33%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACC3F8 (or 0xACC3F8) is known color: Tropical Blue. HEX triplet: AC, C3 and F8. RGB value is (172,195,248). Sum of RGB (Red+Green+Blue) = 172+195+248=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACC3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC3F8 is #533C07. Grayscale: #C1C1C1. Windows color (decimal): -5454856 or 16303020. OLE color: 16303020.

HSL color Cylindrical-coordinate representation of color #ACC3F8: hue angle of 221.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC3F8 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 195 248 -
CMYK 0.31 0.21 0 0.03
HSL 221.84º 0.84% 0.82% -
HSV(B) 221.84º 0.31% 0.97% -
XYZ 53.47 54.58 96.52 -
YUV 194.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 172 195 248 0.31 0.21 0 0.03 221.84 0.84 0.82
Hex AC C3 F8 1F 15 0 3 DE 54 52
Octal 254 303 370 37 25 0 3 336 124 122
Binary 10101100 11000011 11111000 11111 10101 0 11 11011110 1010100 1010010

Color Harmonies of #ACC3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3F8

Black with #ACC3F8

Text Example


Text Example

White with #ACC3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3F8; }

 p { color: rgb(172,195,248); }

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

background-color css

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

 a { background-color: rgb(172,195,248); }

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

border-color css

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

 span { border-color: rgb(172,195,248); }

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