Html Css Color HEX #63BAC8 Viking

📋 copy color: '#63BAC8'

red 99 ◦ green 186 ◦ blue 200

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

Shades of Viking #63BAC8

Tints of Viking #63BAC8

RGB

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

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

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

R = 20.41%
G = 38.35%
B = 41.24%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#63BAC8 (or 0x63BAC8) is known color: Viking. HEX triplet: 63, BA and C8. RGB value is (99,186,200). Sum of RGB (Red+Green+Blue) = 99+186+200=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #63BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BAC8 is #9C4537. Grayscale: #A1A1A1. Windows color (decimal): -10241336 or 13154915. OLE color: 13154915.

HSL color Cylindrical-coordinate representation of color #63BAC8: hue angle of 188.32º 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 #63BAC8 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 186 200 -
CMYK 0.50 0.07 0 0.22
HSL 188.32º 0.48% 0.59% -
HSV(B) 188.32º 0.51% 0.78% -
XYZ 33.13 41.94 60.99 -
YUV 161.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 99 186 200 0.50 0.07 0 0.22 188.32 0.48 0.59
Hex 63 BA C8 32 7 0 16 BC 30 3B
Octal 143 272 310 62 7 0 26 274 60 73
Binary 1100011 10111010 11001000 110010 111 0 10110 10111100 110000 111011

Color Harmonies of #63BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAC8

Black with #63BAC8

Text Example


Text Example

White with #63BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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