Html Css Color HEX #53BAB7 Fountain Blue

📋 copy color: '#53BAB7'

red 83 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #53BAB7

Tints of Fountain Blue #53BAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

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

R = 18.36%
G = 41.15%
B = 40.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#53BAB7 (or 0x53BAB7) is known color: Fountain Blue. HEX triplet: 53, BA and B7. RGB value is (83,186,183). Sum of RGB (Red+Green+Blue) = 83+186+183=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #53BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAB7 is #AC4548. Grayscale: #9A9A9A. Windows color (decimal): -11289929 or 12040787. OLE color: 12040787.

HSL color Cylindrical-coordinate representation of color #53BAB7: hue angle of 178.25º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BAB7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 183 -
CMYK 0.55 0 0.02 0.27
HSL 178.25º 0.43% 0.53% -
HSV(B) 178.25º 0.55% 0.73% -
XYZ 29.67 40.38 51.03 -
YUV 154.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 83 186 183 0.55 0 0.02 0.27 178.25 0.43 0.53
Hex 53 BA B7 37 0 2 1B B2 2B 35
Octal 123 272 267 67 0 2 33 262 53 65
Binary 1010011 10111010 10110111 110111 0 10 11011 10110010 101011 110101

Color Harmonies of #53BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAB7

Black with #53BAB7

Text Example


Text Example

White with #53BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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