Html Css Color HEX #53BCB7 Fountain Blue

📋 copy color: '#53BCB7'

red 83 ◦ green 188 ◦ blue 183

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

Shades of Fountain Blue #53BCB7

Tints of Fountain Blue #53BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 18.28%
G = 41.41%
B = 40.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#53BCB7 (or 0x53BCB7) is known color: Fountain Blue. HEX triplet: 53, BC and B7. RGB value is (83,188,183). Sum of RGB (Red+Green+Blue) = 83+188+183=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCB7 is #AC4348. Grayscale: #9B9B9B. Windows color (decimal): -11289417 or 12041299. OLE color: 12041299.

HSL color Cylindrical-coordinate representation of color #53BCB7: hue angle of 177.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BCB7 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 183 -
CMYK 0.56 0 0.03 0.26
HSL 177.14º 0.44% 0.53% -
HSV(B) 177.14º 0.56% 0.74% -
XYZ 30.1 41.22 51.17 -
YUV 156.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 83 188 183 0.56 0 0.03 0.26 177.14 0.44 0.53
Hex 53 BC B7 38 0 3 1A B1 2C 35
Octal 123 274 267 70 0 3 32 261 54 65
Binary 1010011 10111100 10110111 111000 0 11 11010 10110001 101100 110101

Color Harmonies of #53BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCB7

Black with #53BCB7

Text Example


Text Example

White with #53BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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