Html Css Color HEX #5CAABC Fountain Blue

📋 copy color: '#5CAABC'

red 92 ◦ green 170 ◦ blue 188

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

Shades of Fountain Blue #5CAABC

Tints of Fountain Blue #5CAABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

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

R = 20.44%
G = 37.78%
B = 41.78%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5CAABC (or 0x5CAABC) is known color: Fountain Blue. HEX triplet: 5C, AA and BC. RGB value is (92,170,188). Sum of RGB (Red+Green+Blue) = 92+170+188=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAABC is #A35543. Grayscale: #949494. Windows color (decimal): -10704196 or 12364380. OLE color: 12364380.

HSL color Cylindrical-coordinate representation of color #5CAABC: hue angle of 191.25º 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 #5CAABC is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 170 188 -
CMYK 0.51 0.10 0 0.26
HSL 191.25º 0.42% 0.55% -
HSV(B) 191.25º 0.51% 0.74% -
XYZ 27.87 34.66 52.8 -
YUV 148.73 150.16 87.54 -
System Red Green Blue C M Y K H S L
Decimal 92 170 188 0.51 0.10 0 0.26 191.25 0.42 0.55
Hex 5C AA BC 33 A 0 1A BF 2A 37
Octal 134 252 274 63 12 0 32 277 52 67
Binary 1011100 10101010 10111100 110011 1010 0 11010 10111111 101010 110111

Color Harmonies of #5CAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAABC

Black with #5CAABC

Text Example


Text Example

White with #5CAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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