Html Css Color HEX #62B4CC Viking

📋 copy color: '#62B4CC'

red 98 ◦ green 180 ◦ blue 204

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

Shades of Viking #62B4CC

Tints of Viking #62B4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 20.33%
G = 37.34%
B = 42.32%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62B4CC (or 0x62B4CC) is known color: Viking. HEX triplet: 62, B4 and CC. RGB value is (98,180,204). Sum of RGB (Red+Green+Blue) = 98+180+204=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #62B4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B4CC is #9D4B33. Grayscale: #9E9E9E. Windows color (decimal): -10308404 or 13415522. OLE color: 13415522.

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

Color convert

RGB 98 180 204 -
CMYK 0.52 0.12 0 0.2
HSL 193.58º 0.51% 0.59% -
HSV(B) 193.58º 0.52% 0.8% -
XYZ 32.26 39.6 63.07 -
YUV 158.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 98 180 204 0.52 0.12 0 0.2 193.58 0.51 0.59
Hex 62 B4 CC 34 C 0 14 C2 33 3B
Octal 142 264 314 64 14 0 24 302 63 73
Binary 1100010 10110100 11001100 110100 1100 0 10100 11000010 110011 111011

Color Harmonies of #62B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B4CC

Black with #62B4CC

Text Example


Text Example

White with #62B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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