Html Css Color HEX #5CAFAD Fountain Blue

📋 copy color: '#5CAFAD'

red 92 ◦ green 175 ◦ blue 173

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

Shades of Fountain Blue #5CAFAD

Tints of Fountain Blue #5CAFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 20.91%
G = 39.77%
B = 39.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#5CAFAD (or 0x5CAFAD) is known color: Fountain Blue. HEX triplet: 5C, AF and AD. RGB value is (92,175,173). Sum of RGB (Red+Green+Blue) = 92+175+173=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFAD is #A35052. Grayscale: #959595. Windows color (decimal): -10702931 or 11382620. OLE color: 11382620.

HSL color Cylindrical-coordinate representation of color #5CAFAD: hue angle of 178.55º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAFAD is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 175 173 -
CMYK 0.47 0 0.01 0.31
HSL 178.55º 0.34% 0.52% -
HSV(B) 178.55º 0.47% 0.69% -
XYZ 27.29 35.95 45.04 -
YUV 149.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 92 175 173 0.47 0 0.01 0.31 178.55 0.34 0.52
Hex 5C AF AD 2F 0 1 1F B3 22 34
Octal 134 257 255 57 0 1 37 263 42 64
Binary 1011100 10101111 10101101 101111 0 1 11111 10110011 100010 110100

Color Harmonies of #5CAFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAFAD

Black with #5CAFAD

Text Example


Text Example

White with #5CAFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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