#60BECA

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

Shades of Viking #60BECA

Tints of Viking #60BECA

Color information

#60BECA (or 0x60BECA) is unknown color: approx Viking. HEX triplet: 60, BE and CA. RGB value is (96,190,202). Sum of RGB (Red+Green+Blue) = 96+190+202=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #60BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BECA is #9F4135. Grayscale: #A3A3A3. Windows color (decimal): -10436918 or 13287008. OLE color: 13287008.

HSL color Cylindrical-coordinate representation of color #60BECA: hue angle of 186.79º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BECA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96190202-
CMYK0.520.0600.21
HSL186.79º50%58.43%-
HSV(B)186.79º52.48%79.22%-
XYZ33.943.5862.5-
YUV163.26149.8680.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=19.67%
G=38.93%
B=41.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal961902020.520.0600.21186.795058.43
Hex60BECA346015bb323a
Octal1402763126460252736272
Binary1100000101111101100101011010011001010110111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,190,202); }

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

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

 a { background-color: rgb(96,190,202); }

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

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

 span { border-color: rgb(96,190,202); }

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