#41BFD2

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

Shades of Viking #41BFD2

Tints of Viking #41BFD2

Color information

#41BFD2 (or 0x41BFD2) is unknown color: approx Viking. HEX triplet: 41, BF and D2. RGB value is (65,191,210). Sum of RGB (Red+Green+Blue) = 65+191+210=466 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.95% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #41BFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFD2 is #BE402D. Grayscale: #9B9B9B. Windows color (decimal): -12468270 or 13811521. OLE color: 13811521.

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

Color convert

RGB65191210-
CMYK0.690.0900.18
HSL187.86º61.7%53.92%-
HSV(B)187.86º69.05%82.35%-
XYZ32.4443.0467.57-
YUV155.49158.7663.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.95%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 210 (82.42% from 255) = 45.06%
R=13.95%
G=40.99%
B=45.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal651912100.690.0900.18187.8661.753.92
Hex41BFD2459012bc3e36
Octal101277322105110222747666
Binary100000110111111110100101000101100101001010111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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