#41BFD3

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

Shades of Viking #41BFD3

Tints of Viking #41BFD3

Color information

#41BFD3 (or 0x41BFD3) is unknown color: approx Viking. HEX triplet: 41, BF and D3. RGB value is (65,191,211). Sum of RGB (Red+Green+Blue) = 65+191+211=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #41BFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFD3 is #BE402C. Grayscale: #9B9B9B. Windows color (decimal): -12468269 or 13877057. OLE color: 13877057.

HSL color Cylindrical-coordinate representation of color #41BFD3: hue angle of 188.22º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BFD3 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB65191211-
CMYK0.690.0900.17
HSL188.22º62.39%54.12%-
HSV(B)188.22º69.19%82.75%-
XYZ32.5743.0968.23-
YUV155.61159.2663.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.92%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 211 (82.81% from 255) = 45.18%
R=13.92%
G=40.90%
B=45.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal651912110.690.0900.17188.2262.3954.12
Hex41BFD3459011bc3e36
Octal101277323105110212747666
Binary100000110111111110100111000101100101000110111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41BFD3; }

 p { color: rgb(65,191,211); }

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

<style>
 a { background-color: #41BFD3; }

 a { background-color: rgb(65,191,211); }

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

<style>
 span { border-color: #41BFD3; }

 span { border-color: rgb(65,191,211); }

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