Html Css Color HEX #5CBDC0 Fountain Blue

📋 copy color: '#5CBDC0'

red 92 ◦ green 189 ◦ blue 192

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

Shades of Fountain Blue #5CBDC0

Tints of Fountain Blue #5CBDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 19.45%
G = 39.96%
B = 40.59%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CBDC0 (or 0x5CBDC0) is known color: Fountain Blue. HEX triplet: 5C, BD and C0. RGB value is (92,189,192). Sum of RGB (Red+Green+Blue) = 92+189+192=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #5CBDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDC0 is #A3423F. Grayscale: #A0A0A0. Windows color (decimal): -10699328 or 12631388. OLE color: 12631388.

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

Color convert

RGB 92 189 192 -
CMYK 0.52 0.02 0 0.25
HSL 181.8º 0.44% 0.56% -
HSV(B) 181.8º 0.52% 0.75% -
XYZ 32.13 42.48 56.37 -
YUV 160.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 92 189 192 0.52 0.02 0 0.25 181.8 0.44 0.56
Hex 5C BD C0 34 2 0 19 B6 2C 38
Octal 134 275 300 64 2 0 31 266 54 70
Binary 1011100 10111101 11000000 110100 10 0 11001 10110110 101100 111000

Color Harmonies of #5CBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBDC0

Black with #5CBDC0

Text Example


Text Example

White with #5CBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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