Html Css Color HEX #53ACB2 Fountain Blue

📋 copy color: '#53ACB2'

red 83 ◦ green 172 ◦ blue 178

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

Shades of Fountain Blue #53ACB2

Tints of Fountain Blue #53ACB2

RGB

 RED value IS 83 (32.81% from 255) = 19.17%

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 19.17%
G = 39.72%
B = 41.11%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#53ACB2 (or 0x53ACB2) is known color: Fountain Blue. HEX triplet: 53, AC and B2. RGB value is (83,172,178). Sum of RGB (Red+Green+Blue) = 83+172+178=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #53ACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ACB2 is #AC534D. Grayscale: #919191. Windows color (decimal): -11293518 or 11709523. OLE color: 11709523.

HSL color Cylindrical-coordinate representation of color #53ACB2: hue angle of 183.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53ACB2 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 172 178 -
CMYK 0.53 0.03 0 0.30
HSL 183.79º 0.38% 0.51% -
HSV(B) 183.79º 0.53% 0.7% -
XYZ 26.36 34.56 47.4 -
YUV 146.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 83 172 178 0.53 0.03 0 0.30 183.79 0.38 0.51
Hex 53 AC B2 35 3 0 1E B8 26 33
Octal 123 254 262 65 3 0 36 270 46 63
Binary 1010011 10101100 10110010 110101 11 0 11110 10111000 100110 110011

Color Harmonies of #53ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACB2

Black with #53ACB2

Text Example


Text Example

White with #53ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53ACB2; }

 p { color: rgb(83,172,178); }

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

background-color css

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

 a { background-color: rgb(83,172,178); }

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

border-color css

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

 span { border-color: rgb(83,172,178); }

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