Html Css Color HEX #53B1B3 Fountain Blue

📋 copy color: '#53B1B3'

red 83 ◦ green 177 ◦ blue 179

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

Shades of Fountain Blue #53B1B3

Tints of Fountain Blue #53B1B3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 18.91%
G = 40.32%
B = 40.77%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#53B1B3 (or 0x53B1B3) is known color: Fountain Blue. HEX triplet: 53, B1 and B3. RGB value is (83,177,179). Sum of RGB (Red+Green+Blue) = 83+177+179=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #53B1B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B1B3 is #AC4E4C. Grayscale: #959595. Windows color (decimal): -11292237 or 11776339. OLE color: 11776339.

HSL color Cylindrical-coordinate representation of color #53B1B3: hue angle of 181.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B1B3 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 177 179 -
CMYK 0.54 0.01 0 0.30
HSL 181.25º 0.39% 0.51% -
HSV(B) 181.25º 0.54% 0.7% -
XYZ 27.43 36.54 48.25 -
YUV 149.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 83 177 179 0.54 0.01 0 0.30 181.25 0.39 0.51
Hex 53 B1 B3 36 1 0 1E B5 27 33
Octal 123 261 263 66 1 0 36 265 47 63
Binary 1010011 10110001 10110011 110110 1 0 11110 10110101 100111 110011

Color Harmonies of #53B1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B1B3

Black with #53B1B3

Text Example


Text Example

White with #53B1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,177,179); }

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

background-color css

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

 a { background-color: rgb(83,177,179); }

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

border-color css

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

 span { border-color: rgb(83,177,179); }

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