Html Css Color HEX #5CADBE Fountain Blue

📋 copy color: '#5CADBE'

red 92 ◦ green 173 ◦ blue 190

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

Shades of Fountain Blue #5CADBE

Tints of Fountain Blue #5CADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 20.22%
G = 38.02%
B = 41.76%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CADBE (or 0x5CADBE) is known color: Fountain Blue. HEX triplet: 5C, AD and BE. RGB value is (92,173,190). Sum of RGB (Red+Green+Blue) = 92+173+190=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #5CADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADBE is #A35241. Grayscale: #969696. Windows color (decimal): -10703426 or 12496220. OLE color: 12496220.

HSL color Cylindrical-coordinate representation of color #5CADBE: hue angle of 190.41º degrees, saturation: 0.43, 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 #5CADBE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 173 190 -
CMYK 0.52 0.09 0 0.25
HSL 190.41º 0.43% 0.55% -
HSV(B) 190.41º 0.52% 0.75% -
XYZ 28.65 35.88 54.13 -
YUV 150.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 92 173 190 0.52 0.09 0 0.25 190.41 0.43 0.55
Hex 5C AD BE 34 9 0 19 BE 2B 37
Octal 134 255 276 64 11 0 31 276 53 67
Binary 1011100 10101101 10111110 110100 1001 0 11001 10111110 101011 110111

Color Harmonies of #5CADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CADBE

Black with #5CADBE

Text Example


Text Example

White with #5CADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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