#62B3CC

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

Shades of Viking #62B3CC

Tints of Viking #62B3CC

Color information

#62B3CC (or 0x62B3CC) is unknown color: approx Viking. HEX triplet: 62, B3 and CC. RGB value is (98,179,204). Sum of RGB (Red+Green+Blue) = 98+179+204=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #62B3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B3CC is #9D4C33. Grayscale: #9D9D9D. Windows color (decimal): -10308660 or 13415266. OLE color: 13415266.

HSL color Cylindrical-coordinate representation of color #62B3CC: hue angle of 194.15º 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 #62B3CC is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98179204-
CMYK0.520.1200.2
HSL194.15º50.96%59.22%-
HSV(B)194.15º51.96%80%-
XYZ32.0639.263-
YUV157.63154.1685.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.37%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=20.37%
G=37.21%
B=42.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981792040.520.1200.2194.1550.9659.22
Hex62B3CC34C014c2333b
Octal14226331464140243026373
Binary11000101011001111001100110100110001010011000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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