Html Css Color HEX #53AEAD Fountain Blue

📋 copy color: '#53AEAD'

red 83 ◦ green 174 ◦ blue 173

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

Shades of Fountain Blue #53AEAD

Tints of Fountain Blue #53AEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.47%

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 19.3%
G = 40.47%
B = 40.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#53AEAD (or 0x53AEAD) is known color: Fountain Blue. HEX triplet: 53, AE and AD. RGB value is (83,174,173). Sum of RGB (Red+Green+Blue) = 83+174+173=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #53AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AEAD is #AC5152. Grayscale: #929292. Windows color (decimal): -11293011 or 11382355. OLE color: 11382355.

HSL color Cylindrical-coordinate representation of color #53AEAD: hue angle of 179.34º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AEAD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 174 173 -
CMYK 0.52 0 0.01 0.32
HSL 179.34º 0.36% 0.5% -
HSV(B) 179.34º 0.52% 0.68% -
XYZ 26.25 35.13 44.93 -
YUV 146.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 83 174 173 0.52 0 0.01 0.32 179.34 0.36 0.5
Hex 53 AE AD 34 0 1 20 B3 24 32
Octal 123 256 255 64 0 1 40 263 44 62
Binary 1010011 10101110 10101101 110100 0 1 100000 10110011 100100 110010

Color Harmonies of #53AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AEAD

Black with #53AEAD

Text Example


Text Example

White with #53AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,174,173); }

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

background-color css

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

 a { background-color: rgb(83,174,173); }

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

border-color css

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

 span { border-color: rgb(83,174,173); }

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