Html Css Color HEX #5CBDBF Fountain Blue

📋 copy color: '#5CBDBF'

red 92 ◦ green 189 ◦ blue 191

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

Shades of Fountain Blue #5CBDBF

Tints of Fountain Blue #5CBDBF

RGB

 RED value IS 92 (36.33% from 255) = 19.49%

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 19.49%
G = 40.04%
B = 40.47%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CBDBF (or 0x5CBDBF) is known color: Fountain Blue. HEX triplet: 5C, BD and BF. RGB value is (92,189,191). Sum of RGB (Red+Green+Blue) = 92+189+191=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #5CBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDBF is #A34240. Grayscale: #A0A0A0. Windows color (decimal): -10699329 or 12565852. OLE color: 12565852.

HSL color Cylindrical-coordinate representation of color #5CBDBF: hue angle of 181.21º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBDBF is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 189 191 -
CMYK 0.52 0.01 0 0.25
HSL 181.21º 0.44% 0.55% -
HSV(B) 181.21º 0.52% 0.75% -
XYZ 32.02 42.43 55.79 -
YUV 160.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 92 189 191 0.52 0.01 0 0.25 181.21 0.44 0.55
Hex 5C BD BF 34 1 0 19 B5 2C 37
Octal 134 275 277 64 1 0 31 265 54 67
Binary 1011100 10111101 10111111 110100 1 0 11001 10110101 101100 110111

Color Harmonies of #5CBDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBDBF

Black with #5CBDBF

Text Example


Text Example

White with #5CBDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CBDBF; }

 p { color: rgb(92,189,191); }

 H1.HeaderClassName
 {
   color: #5CBDBF;
 }
 .AnyTagClassName
 {
   color: #5CBDBF;
 }
</style>

background-color css

<style>
 a { background-color: #5CBDBF; }

 a { background-color: rgb(92,189,191); }

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

border-color css

<style>
 span { border-color: #5CBDBF; }

 span { border-color: rgb(92,189,191); }

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