#60B5CF

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

Shades of Viking #60B5CF

Tints of Viking #60B5CF

Color information

#60B5CF (or 0x60B5CF) is unknown color: approx Viking. HEX triplet: 60, B5 and CF. RGB value is (96,181,207). Sum of RGB (Red+Green+Blue) = 96+181+207=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #60B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5CF is #9F4A30. Grayscale: #9E9E9E. Windows color (decimal): -10439217 or 13612384. OLE color: 13612384.

HSL color Cylindrical-coordinate representation of color #60B5CF: hue angle of 194.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60B5CF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96181207-
CMYK0.540.1300.19
HSL194.05º53.62%59.41%-
HSV(B)194.05º53.62%81.18%-
XYZ32.6140.0465.04-
YUV158.55155.3483.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.83%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=19.83%
G=37.40%
B=42.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961812070.540.1300.19194.0553.6259.41
Hex60B5CF36D013c2363b
Octal14026531766150233026673
Binary11000001011010111001111110110110101001111000010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B5CF; }

 p { color: rgb(96,181,207); }

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

<style>
 a { background-color: #60B5CF; }

 a { background-color: rgb(96,181,207); }

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

<style>
 span { border-color: #60B5CF; }

 span { border-color: rgb(96,181,207); }

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