#60BFCF

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

Shades of Viking #60BFCF

Tints of Viking #60BFCF

Color information

#60BFCF (or 0x60BFCF) is unknown color: approx Viking. HEX triplet: 60, BF and CF. RGB value is (96,191,207). Sum of RGB (Red+Green+Blue) = 96+191+207=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #60BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFCF is #9F4030. Grayscale: #A4A4A4. Windows color (decimal): -10436657 or 13614944. OLE color: 13614944.

HSL color Cylindrical-coordinate representation of color #60BFCF: hue angle of 188.65º 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 #60BFCF is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96191207-
CMYK0.540.0800.19
HSL188.65º53.62%59.41%-
HSV(B)188.65º53.62%81.18%-
XYZ34.7244.2565.74-
YUV164.42152.0379.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.43%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=19.43%
G=38.66%
B=41.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961912070.540.0800.19188.6553.6259.41
Hex60BFCF368013bd363b
Octal14027731766100232756673
Binary11000001011111111001111110110100001001110111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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