#41B7CD

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

Shades of Viking #41B7CD

Tints of Viking #41B7CD

Color information

#41B7CD (or 0x41B7CD) is unknown color: approx Viking. HEX triplet: 41, B7 and CD. RGB value is (65,183,205). Sum of RGB (Red+Green+Blue) = 65+183+205=453 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.35% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #41B7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B7CD is #BE4832. Grayscale: #969696. Windows color (decimal): -12470323 or 13481793. OLE color: 13481793.

HSL color Cylindrical-coordinate representation of color #41B7CD: hue angle of 189.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41B7CD is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB65183205-
CMYK0.680.1100.20
HSL189.43º58.33%52.94%-
HSV(B)189.43º68.29%80.39%-
XYZ30.1339.463.77-
YUV150.23158.9167.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.35%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=14.35%
G=40.40%
B=45.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651832050.680.1100.20189.4358.3352.94
Hex41B7CD44B014bd3a35
Octal101267315104130242757265
Binary100000110110111110011011000100101101010010111101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,183,205); }

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

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

 a { background-color: rgb(65,183,205); }

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

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

 span { border-color: rgb(65,183,205); }

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