Html Css Color HEX #63BCC8 Viking

📋 copy color: '#63BCC8'

red 99 ◦ green 188 ◦ blue 200

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

Shades of Viking #63BCC8

Tints of Viking #63BCC8

RGB

 RED value IS 99 (39.06% from 255) = 20.33%

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 200 (78.52% from 255) = 41.07%

R = 20.33%
G = 38.6%
B = 41.07%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#63BCC8 (or 0x63BCC8) is known color: Viking. HEX triplet: 63, BC and C8. RGB value is (99,188,200). Sum of RGB (Red+Green+Blue) = 99+188+200=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #63BCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCC8 is #9C4337. Grayscale: #A2A2A2. Windows color (decimal): -10240824 or 13155427. OLE color: 13155427.

HSL color Cylindrical-coordinate representation of color #63BCC8: hue angle of 187.13º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63BCC8 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 188 200 -
CMYK 0.50 0.06 0 0.22
HSL 187.13º 0.48% 0.59% -
HSV(B) 187.13º 0.51% 0.78% -
XYZ 33.55 42.79 61.13 -
YUV 162.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 99 188 200 0.50 0.06 0 0.22 187.13 0.48 0.59
Hex 63 BC C8 32 6 0 16 BB 30 3B
Octal 143 274 310 62 6 0 26 273 60 73
Binary 1100011 10111100 11001000 110010 110 0 10110 10111011 110000 111011

Color Harmonies of #63BCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BCC8

Black with #63BCC8

Text Example


Text Example

White with #63BCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63BCC8; }

 p { color: rgb(99,188,200); }

 H1.HeaderClassName
 {
   color: #63BCC8;
 }
 .AnyTagClassName
 {
   color: #63BCC8;
 }
</style>

background-color css

<style>
 a { background-color: #63BCC8; }

 a { background-color: rgb(99,188,200); }

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

border-color css

<style>
 span { border-color: #63BCC8; }

 span { border-color: rgb(99,188,200); }

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