Html Css Color HEX #62BACC Viking

📋 copy color: '#62BACC'

red 98 ◦ green 186 ◦ blue 204

#62BACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #62BACC

Tints of Viking #62BACC

RGB

 RED value IS 98 (38.67% from 255) = 20.08%

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 20.08%
G = 38.11%
B = 41.8%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62BACC (or 0x62BACC) is known color: Viking. HEX triplet: 62, BA and CC. RGB value is (98,186,204). Sum of RGB (Red+Green+Blue) = 98+186+204=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #62BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BACC is #9D4533. Grayscale: #A1A1A1. Windows color (decimal): -10306868 or 13417058. OLE color: 13417058.

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

Color convert

RGB 98 186 204 -
CMYK 0.52 0.09 0 0.2
HSL 190.19º 0.51% 0.59% -
HSV(B) 190.19º 0.52% 0.8% -
XYZ 33.5 42.07 63.48 -
YUV 161.74 151.85 82.54 -
System Red Green Blue C M Y K H S L
Decimal 98 186 204 0.52 0.09 0 0.2 190.19 0.51 0.59
Hex 62 BA CC 34 9 0 14 BE 33 3B
Octal 142 272 314 64 11 0 24 276 63 73
Binary 1100010 10111010 11001100 110100 1001 0 10100 10111110 110011 111011

Color Harmonies of #62BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BACC

Black with #62BACC

Text Example


Text Example

White with #62BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62BACC;
 }
 .AnyTagClassName
 {
   color: #62BACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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