#62B8CC

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

Shades of Viking #62B8CC

Tints of Viking #62B8CC

Color information

#62B8CC (or 0x62B8CC) is unknown color: approx Viking. HEX triplet: 62, B8 and CC. RGB value is (98,184,204). Sum of RGB (Red+Green+Blue) = 98+184+204=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #62B8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B8CC is #9D4733. Grayscale: #A0A0A0. Windows color (decimal): -10307380 or 13416546. OLE color: 13416546.

HSL color Cylindrical-coordinate representation of color #62B8CC: hue angle of 191.32º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62B8CC is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98184204-
CMYK0.520.1000.2
HSL191.32º50.96%59.22%-
HSV(B)191.32º51.96%80%-
XYZ33.0841.2463.34-
YUV160.57152.5183.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.16%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=20.16%
G=37.86%
B=41.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981842040.520.1000.2191.3250.9659.22
Hex62B8CC34A014bf333b
Octal14227031464120242776373
Binary11000101011100011001100110100101001010010111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,184,204); }

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

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

 a { background-color: rgb(98,184,204); }

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

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

 span { border-color: rgb(98,184,204); }

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