#41BBCD

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

Shades of Viking #41BBCD

Tints of Viking #41BBCD

Color information

#41BBCD (or 0x41BBCD) is unknown color: approx Viking. HEX triplet: 41, BB and CD. RGB value is (65,187,205). Sum of RGB (Red+Green+Blue) = 65+187+205=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #41BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBCD is #BE4432. Grayscale: #989898. Windows color (decimal): -12469299 or 13482817. OLE color: 13482817.

HSL color Cylindrical-coordinate representation of color #41BBCD: hue angle of 187.71º 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 #41BBCD is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB65187205-
CMYK0.680.0900.20
HSL187.71º58.33%52.94%-
HSV(B)187.71º68.29%80.39%-
XYZ30.9741.0764.05-
YUV152.57157.5865.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.22%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=14.22%
G=40.92%
B=44.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651872050.680.0900.20187.7158.3352.94
Hex41BBCD449014bc3a35
Octal101273315104110242747265
Binary100000110111011110011011000100100101010010111100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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