#60BDCD

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

Shades of Viking #60BDCD

Tints of Viking #60BDCD

Color information

#60BDCD (or 0x60BDCD) is unknown color: approx Viking. HEX triplet: 60, BD and CD. RGB value is (96,189,205). Sum of RGB (Red+Green+Blue) = 96+189+205=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #60BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDCD is #9F4232. Grayscale: #A2A2A2. Windows color (decimal): -10437171 or 13483360. OLE color: 13483360.

HSL color Cylindrical-coordinate representation of color #60BDCD: hue angle of 188.81º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60BDCD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96189205-
CMYK0.530.0800.20
HSL188.81º52.15%59.02%-
HSV(B)188.81º53.17%80.39%-
XYZ34.0443.2964.32-
YUV163.02151.6980.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.59%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=19.59%
G=38.57%
B=41.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961892050.530.0800.20188.8152.1559.02
Hex60BDCD358014bd343b
Octal14027531565100242756473
Binary11000001011110111001101110101100001010010111101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,205); }

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

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

 a { background-color: rgb(96,189,205); }

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

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

 span { border-color: rgb(96,189,205); }

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