#3FBED1

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

Shades of Viking #3FBED1

Tints of Viking #3FBED1

Color information

#3FBED1 (or 0x3FBED1) is unknown color: approx Viking. HEX triplet: 3F, BE and D1. RGB value is (63,190,209). Sum of RGB (Red+Green+Blue) = 63+190+209=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #3FBED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBED1 is #C0412E. Grayscale: #999999. Windows color (decimal): -12599599 or 13745727. OLE color: 13745727.

HSL color Cylindrical-coordinate representation of color #3FBED1: hue angle of 187.81º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FBED1 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB63190209-
CMYK0.700.0900.18
HSL187.81º61.34%53.33%-
HSV(B)187.81º69.86%81.96%-
XYZ31.9742.4966.84-
YUV154.19158.9262.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.64%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=13.64%
G=41.13%
B=45.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal631902090.700.0900.18187.8161.3453.33
Hex3FBED1469012bc3d35
Octal77276321106110222747565
Binary11111110111110110100011000110100101001010111100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,190,209); }

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

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

 a { background-color: rgb(63,190,209); }

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

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

 span { border-color: rgb(63,190,209); }

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