#3FBDC4

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

Shades of Viking #3FBDC4

Tints of Viking #3FBDC4

Color information

#3FBDC4 (or 0x3FBDC4) is unknown color: approx Viking. HEX triplet: 3F, BD and C4. RGB value is (63,189,196). Sum of RGB (Red+Green+Blue) = 63+189+196=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #3FBDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDC4 is #C0423B. Grayscale: #979797. Windows color (decimal): -12599868 or 12893503. OLE color: 12893503.

HSL color Cylindrical-coordinate representation of color #3FBDC4: hue angle of 183.16º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FBDC4 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB63189196-
CMYK0.680.0400.23
HSL183.16º52.99%50.78%-
HSV(B)183.16º67.86%76.86%-
XYZ30.2141.4458.63-
YUV152.12152.7664.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.06%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=14.06%
G=42.19%
B=43.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631891960.680.0400.23183.1652.9950.78
Hex3FBDC4444017b73533
Octal7727530410440272676563
Binary1111111011110111000100100010010001011110110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FBDC4; }

 p { color: rgb(63,189,196); }

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

<style>
 a { background-color: #3FBDC4; }

 a { background-color: rgb(63,189,196); }

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

<style>
 span { border-color: #3FBDC4; }

 span { border-color: rgb(63,189,196); }

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