Html Css Color HEX #53BDB9 Fountain Blue

📋 copy color: '#53BDB9'

red 83 ◦ green 189 ◦ blue 185

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

Shades of Fountain Blue #53BDB9

Tints of Fountain Blue #53BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 18.16%
G = 41.36%
B = 40.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#53BDB9 (or 0x53BDB9) is known color: Fountain Blue. HEX triplet: 53, BD and B9. RGB value is (83,189,185). Sum of RGB (Red+Green+Blue) = 83+189+185=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDB9 is #AC4246. Grayscale: #9C9C9C. Windows color (decimal): -11289159 or 12172627. OLE color: 12172627.

HSL color Cylindrical-coordinate representation of color #53BDB9: hue angle of 177.74º degrees, saturation: 0.45, 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 #53BDB9 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 189 185 -
CMYK 0.56 0 0.02 0.26
HSL 177.74º 0.45% 0.53% -
HSV(B) 177.74º 0.56% 0.74% -
XYZ 30.52 41.74 52.35 -
YUV 156.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 83 189 185 0.56 0 0.02 0.26 177.74 0.45 0.53
Hex 53 BD B9 38 0 2 1A B2 2D 35
Octal 123 275 271 70 0 2 32 262 55 65
Binary 1010011 10111101 10111001 111000 0 10 11010 10110010 101101 110101

Color Harmonies of #53BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDB9

Black with #53BDB9

Text Example


Text Example

White with #53BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,189,185); }

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

background-color css

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

 a { background-color: rgb(83,189,185); }

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

border-color css

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

 span { border-color: rgb(83,189,185); }

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