Html Css Color HEX #5CB4B2 Fountain Blue

📋 copy color: '#5CB4B2'

red 92 ◦ green 180 ◦ blue 178

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

Shades of Fountain Blue #5CB4B2

Tints of Fountain Blue #5CB4B2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 20.44%
G = 40%
B = 39.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#5CB4B2 (or 0x5CB4B2) is known color: Fountain Blue. HEX triplet: 5C, B4 and B2. RGB value is (92,180,178). Sum of RGB (Red+Green+Blue) = 92+180+178=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB4B2 is #A34B4D. Grayscale: #999999. Windows color (decimal): -10701646 or 11711580. OLE color: 11711580.

HSL color Cylindrical-coordinate representation of color #5CB4B2: hue angle of 178.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB4B2 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 92 180 178 -
CMYK 0.49 0 0.01 0.29
HSL 178.64º 0.37% 0.53% -
HSV(B) 178.64º 0.49% 0.71% -
XYZ 28.77 38.13 47.96 -
YUV 153.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 92 180 178 0.49 0 0.01 0.29 178.64 0.37 0.53
Hex 5C B4 B2 31 0 1 1D B3 25 35
Octal 134 264 262 61 0 1 35 263 45 65
Binary 1011100 10110100 10110010 110001 0 1 11101 10110011 100101 110101

Color Harmonies of #5CB4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB4B2

Black with #5CB4B2

Text Example


Text Example

White with #5CB4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,180,178); }

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

background-color css

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

 a { background-color: rgb(92,180,178); }

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

border-color css

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

 span { border-color: rgb(92,180,178); }

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