Html Css Color HEX #62BDCB Viking

📋 copy color: '#62BDCB'

red 98 ◦ green 189 ◦ blue 203

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

Shades of Viking #62BDCB

Tints of Viking #62BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.57%

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 20%
G = 38.57%
B = 41.43%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#62BDCB (or 0x62BDCB) is known color: Viking. HEX triplet: 62, BD and CB. RGB value is (98,189,203). Sum of RGB (Red+Green+Blue) = 98+189+203=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #62BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDCB is #9D4234. Grayscale: #A3A3A3. Windows color (decimal): -10306101 or 13352290. OLE color: 13352290.

HSL color Cylindrical-coordinate representation of color #62BDCB: hue angle of 188º degrees, saturation: 0.5, 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 #62BDCB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 189 203 -
CMYK 0.52 0.07 0 0.20
HSL 188º 0.5% 0.59% -
HSV(B) 188º 0.52% 0.8% -
XYZ 34.01 43.3 63.07 -
YUV 163.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 98 189 203 0.52 0.07 0 0.20 188 0.5 0.59
Hex 62 BD CB 34 7 0 14 BC 32 3B
Octal 142 275 313 64 7 0 24 274 62 73
Binary 1100010 10111101 11001011 110100 111 0 10100 10111100 110010 111011

Color Harmonies of #62BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BDCB

Black with #62BDCB

Text Example


Text Example

White with #62BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,189,203); }

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

background-color css

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

 a { background-color: rgb(98,189,203); }

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

border-color css

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

 span { border-color: rgb(98,189,203); }

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