Html Css Color HEX #53AFB7 Fountain Blue

📋 copy color: '#53AFB7'

red 83 ◦ green 175 ◦ blue 183

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

Shades of Fountain Blue #53AFB7

Tints of Fountain Blue #53AFB7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 18.82%
G = 39.68%
B = 41.5%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#53AFB7 (or 0x53AFB7) is known color: Fountain Blue. HEX triplet: 53, AF and B7. RGB value is (83,175,183). Sum of RGB (Red+Green+Blue) = 83+175+183=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #53AFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFB7 is #AC5048. Grayscale: #949494. Windows color (decimal): -11292745 or 12037971. OLE color: 12037971.

HSL color Cylindrical-coordinate representation of color #53AFB7: hue angle of 184.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53AFB7 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 175 183 -
CMYK 0.55 0.04 0 0.28
HSL 184.8º 0.41% 0.52% -
HSV(B) 184.8º 0.55% 0.72% -
XYZ 27.44 35.92 50.29 -
YUV 148.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 83 175 183 0.55 0.04 0 0.28 184.8 0.41 0.52
Hex 53 AF B7 37 4 0 1C B9 29 34
Octal 123 257 267 67 4 0 34 271 51 64
Binary 1010011 10101111 10110111 110111 100 0 11100 10111001 101001 110100

Color Harmonies of #53AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AFB7

Black with #53AFB7

Text Example


Text Example

White with #53AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,175,183); }

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

background-color css

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

 a { background-color: rgb(83,175,183); }

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

border-color css

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

 span { border-color: rgb(83,175,183); }

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