#3FB9CB

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

Shades of Viking #3FB9CB

Tints of Viking #3FB9CB

Color information

#3FB9CB (or 0x3FB9CB) is unknown color: approx Viking. HEX triplet: 3F, B9 and CB. RGB value is (63,185,203). Sum of RGB (Red+Green+Blue) = 63+185+203=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #3FB9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB9CB is #C04634. Grayscale: #969696. Windows color (decimal): -12600885 or 13351231. OLE color: 13351231.

HSL color Cylindrical-coordinate representation of color #3FB9CB: hue angle of 187.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FB9CB is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63185203-
CMYK0.690.0900.20
HSL187.71º57.38%52.16%-
HSV(B)187.71º68.97%79.61%-
XYZ30.1840.0762.64-
YUV150.57157.5865.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.97%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=13.97%
G=41.02%
B=45.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631852030.690.0900.20187.7157.3852.16
Hex3FB9CB459014bc3934
Octal77271313105110242747164
Binary11111110111001110010111000101100101010010111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,185,203); }

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

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

 a { background-color: rgb(63,185,203); }

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

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

 span { border-color: rgb(63,185,203); }

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