#5bc1cc

Color #5BC1CC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5BC1CC

Tints of Viking #5BC1CC

Color information

#5BC1CC (or 0x5BC1CC) is unknown color: approx Viking. HEX triplet: 5B, C1 and CC. RGB value is (91,193,204). Sum of RGB (Red+Green+Blue) = 91+193+204=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BC1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC1CC is #A43E33. Grayscale: #A3A3A3. Windows color (decimal): -10763828 or 13418843. OLE color: 13418843.

HSL color Cylindrical-coordinate representation of color #5BC1CC: hue angle of 185.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC1CC is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91193204-
CMYK0.550.0500.2
HSL185.84º52.56%57.84%-
HSV(B)185.84º55.39%80%-
XYZ34.2844.7263.95-
YUV163.76150.7176.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.65%
GREEN value IS 193 (75.78% from 255) = 39.55%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=18.65%
G=39.55%
B=41.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911932040.550.0500.2185.8452.5657.84
Hex5BC1CC375014ba353a
Octal1333013146750242726572
Binary1011011110000011100110011011110101010010111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc1cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,193,204); }

 H1.HeaderClassName
 {
   color: #5bc1cc;
 }
 .AnyTagClassName
 {
   color: #5bc1cc;
 }
</style>
background-color css

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

 a { background-color: rgb(91,193,204); }

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

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

 span { border-color: rgb(91,193,204); }

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