Html Css Color HEX #53BAB8 Fountain Blue

📋 copy color: '#53BAB8'

red 83 ◦ green 186 ◦ blue 184

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

Shades of Fountain Blue #53BAB8

Tints of Fountain Blue #53BAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.62%

R = 18.32%
G = 41.06%
B = 40.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#53BAB8 (or 0x53BAB8) is known color: Fountain Blue. HEX triplet: 53, BA and B8. RGB value is (83,186,184). Sum of RGB (Red+Green+Blue) = 83+186+184=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #53BAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAB8 is #AC4547. Grayscale: #9A9A9A. Windows color (decimal): -11289928 or 12106323. OLE color: 12106323.

HSL color Cylindrical-coordinate representation of color #53BAB8: hue angle of 178.83º 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 #53BAB8 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 184 -
CMYK 0.55 0 0.01 0.27
HSL 178.83º 0.43% 0.53% -
HSV(B) 178.83º 0.55% 0.73% -
XYZ 29.78 40.42 51.58 -
YUV 154.98 144.38 76.66 -
System Red Green Blue C M Y K H S L
Decimal 83 186 184 0.55 0 0.01 0.27 178.83 0.43 0.53
Hex 53 BA B8 37 0 1 1B B3 2B 35
Octal 123 272 270 67 0 1 33 263 53 65
Binary 1010011 10111010 10111000 110111 0 1 11011 10110011 101011 110101

Color Harmonies of #53BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAB8

Black with #53BAB8

Text Example


Text Example

White with #53BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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