Html Css Color HEX #5CADBC Fountain Blue

📋 copy color: '#5CADBC'

red 92 ◦ green 173 ◦ blue 188

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

Shades of Fountain Blue #5CADBC

Tints of Fountain Blue #5CADBC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.19%

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 20.31%
G = 38.19%
B = 41.5%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5CADBC (or 0x5CADBC) is known color: Fountain Blue. HEX triplet: 5C, AD and BC. RGB value is (92,173,188). Sum of RGB (Red+Green+Blue) = 92+173+188=453 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.31% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADBC is #A35243. Grayscale: #969696. Windows color (decimal): -10703428 or 12365148. OLE color: 12365148.

HSL color Cylindrical-coordinate representation of color #5CADBC: hue angle of 189.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CADBC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 173 188 -
CMYK 0.51 0.08 0 0.26
HSL 189.38º 0.42% 0.55% -
HSV(B) 189.38º 0.51% 0.74% -
XYZ 28.43 35.79 52.99 -
YUV 150.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 92 173 188 0.51 0.08 0 0.26 189.38 0.42 0.55
Hex 5C AD BC 33 8 0 1A BD 2A 37
Octal 134 255 274 63 10 0 32 275 52 67
Binary 1011100 10101101 10111100 110011 1000 0 11010 10111101 101010 110111

Color Harmonies of #5CADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CADBC

Black with #5CADBC

Text Example


Text Example

White with #5CADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,173,188); }

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

background-color css

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

 a { background-color: rgb(92,173,188); }

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

border-color css

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

 span { border-color: rgb(92,173,188); }

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