Html Css Color HEX #5CAFBE Fountain Blue

📋 copy color: '#5CAFBE'

red 92 ◦ green 175 ◦ blue 190

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

Shades of Fountain Blue #5CAFBE

Tints of Fountain Blue #5CAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.29%

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

R = 20.13%
G = 38.29%
B = 41.58%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CAFBE (or 0x5CAFBE) is known color: Fountain Blue. HEX triplet: 5C, AF and BE. RGB value is (92,175,190). Sum of RGB (Red+Green+Blue) = 92+175+190=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #5CAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFBE is #A35041. Grayscale: #979797. Windows color (decimal): -10702914 or 12496732. OLE color: 12496732.

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

Color convert

RGB 92 175 190 -
CMYK 0.52 0.08 0 0.25
HSL 189.18º 0.43% 0.55% -
HSV(B) 189.18º 0.52% 0.75% -
XYZ 29.04 36.65 54.26 -
YUV 151.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 92 175 190 0.52 0.08 0 0.25 189.18 0.43 0.55
Hex 5C AF BE 34 8 0 19 BD 2B 37
Octal 134 257 276 64 10 0 31 275 53 67
Binary 1011100 10101111 10111110 110100 1000 0 11001 10111101 101011 110111

Color Harmonies of #5CAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAFBE

Black with #5CAFBE

Text Example


Text Example

White with #5CAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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