#63bfc8

Color #63BFC8 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #63BFC8

Tints of Viking #63BFC8

Color information

#63BFC8 (or 0x63BFC8) is unknown color: approx Viking. HEX triplet: 63, BF and C8. RGB value is (99,191,200). Sum of RGB (Red+Green+Blue) = 99+191+200=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #63BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFC8 is #9C4037. Grayscale: #A4A4A4. Windows color (decimal): -10240056 or 13156195. OLE color: 13156195.

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

Color convert

RGB99191200-
CMYK0.500.0400.22
HSL185.35º47.87%58.63%-
HSV(B)185.35º50.5%78.43%-
XYZ34.244.0861.35-
YUV164.52148.0281.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.20%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 200 (78.52% from 255) = 40.82%
R=20.20%
G=38.98%
B=40.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991912000.500.0400.22185.3547.8758.63
Hex63BFC8324016b9303b
Octal1432773106240262716073
Binary1100011101111111100100011001010001011010111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63bfc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63bfc8;
 }
 .AnyTagClassName
 {
   color: #63bfc8;
 }
</style>
background-color css

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

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

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

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

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

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