Html Css Color HEX #53BBB7 Fountain Blue

📋 copy color: '#53BBB7'

red 83 ◦ green 187 ◦ blue 183

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

Shades of Fountain Blue #53BBB7

Tints of Fountain Blue #53BBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

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

R = 18.32%
G = 41.28%
B = 40.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#53BBB7 (or 0x53BBB7) is known color: Fountain Blue. HEX triplet: 53, BB and B7. RGB value is (83,187,183). Sum of RGB (Red+Green+Blue) = 83+187+183=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #53BBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBB7 is #AC4448. Grayscale: #9B9B9B. Windows color (decimal): -11289673 or 12041043. OLE color: 12041043.

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

Color convert

RGB 83 187 183 -
CMYK 0.56 0 0.02 0.27
HSL 177.69º 0.43% 0.53% -
HSV(B) 177.69º 0.56% 0.73% -
XYZ 29.88 40.8 51.1 -
YUV 155.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 83 187 183 0.56 0 0.02 0.27 177.69 0.43 0.53
Hex 53 BB B7 38 0 2 1B B2 2B 35
Octal 123 273 267 70 0 2 33 262 53 65
Binary 1010011 10111011 10110111 111000 0 10 11011 10110010 101011 110101

Color Harmonies of #53BBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBB7

Black with #53BBB7

Text Example


Text Example

White with #53BBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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