#3FBDCF

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

Shades of Viking #3FBDCF

Tints of Viking #3FBDCF

Color information

#3FBDCF (or 0x3FBDCF) is unknown color: approx Viking. HEX triplet: 3F, BD and CF. RGB value is (63,189,207). Sum of RGB (Red+Green+Blue) = 63+189+207=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDCF is #C04230. Grayscale: #999999. Windows color (decimal): -12599857 or 13614399. OLE color: 13614399.

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

Color convert

RGB63189207-
CMYK0.700.0900.19
HSL187.5º60%52.94%-
HSV(B)187.5º69.57%81.18%-
XYZ31.5141.9665.47-
YUV153.38158.2663.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.73%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=13.73%
G=41.18%
B=45.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal631892070.700.0900.19187.56052.94
Hex3FBDCF469013bc3c35
Octal77275317106110232747465
Binary11111110111101110011111000110100101001110111100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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