Html Css Color HEX #62BFCC Viking

📋 copy color: '#62BFCC'

red 98 ◦ green 191 ◦ blue 204

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

Shades of Viking #62BFCC

Tints of Viking #62BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

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

R = 19.88%
G = 38.74%
B = 41.38%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62BFCC (or 0x62BFCC) is known color: Viking. HEX triplet: 62, BF and CC. RGB value is (98,191,204). Sum of RGB (Red+Green+Blue) = 98+191+204=493 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.88% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #62BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFCC is #9D4033. Grayscale: #A4A4A4. Windows color (decimal): -10305588 or 13418338. OLE color: 13418338.

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

Color convert

RGB 98 191 204 -
CMYK 0.52 0.06 0 0.2
HSL 187.36º 0.51% 0.59% -
HSV(B) 187.36º 0.52% 0.8% -
XYZ 34.57 44.22 63.84 -
YUV 164.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 98 191 204 0.52 0.06 0 0.2 187.36 0.51 0.59
Hex 62 BF CC 34 6 0 14 BB 33 3B
Octal 142 277 314 64 6 0 24 273 63 73
Binary 1100010 10111111 11001100 110100 110 0 10100 10111011 110011 111011

Color Harmonies of #62BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BFCC

Black with #62BFCC

Text Example


Text Example

White with #62BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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