#62B2C8

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

Shades of Viking #62B2C8

Tints of Viking #62B2C8

Color information

#62B2C8 (or 0x62B2C8) is unknown color: approx Viking. HEX triplet: 62, B2 and C8. RGB value is (98,178,200). Sum of RGB (Red+Green+Blue) = 98+178+200=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #62B2C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B2C8 is #9D4D37. Grayscale: #9C9C9C. Windows color (decimal): -10308920 or 13152866. OLE color: 13152866.

HSL color Cylindrical-coordinate representation of color #62B2C8: hue angle of 192.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62B2C8 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB98178200-
CMYK0.510.1100.22
HSL192.94º48.11%58.43%-
HSV(B)192.94º51%78.43%-
XYZ31.3838.6160.44-
YUV156.59152.586.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.59%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=20.59%
G=37.39%
B=42.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal981782000.510.1100.22192.9448.1158.43
Hex62B2C833B016c1303a
Octal14226231063130263016072
Binary11000101011001011001000110011101101011011000001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62B2C8; }

 p { color: rgb(98,178,200); }

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

<style>
 a { background-color: #62B2C8; }

 a { background-color: rgb(98,178,200); }

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

<style>
 span { border-color: #62B2C8; }

 span { border-color: rgb(98,178,200); }

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