#41ABCB

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

Shades of Viking #41ABCB

Tints of Viking #41ABCB

Color information

#41ABCB (or 0x41ABCB) is unknown color: approx Viking. HEX triplet: 41, AB and CB. RGB value is (65,171,203). Sum of RGB (Red+Green+Blue) = 65+171+203=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #41ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABCB is #BE5434. Grayscale: #8E8E8E. Windows color (decimal): -12473397 or 13347649. OLE color: 13347649.

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

Color convert

RGB65171203-
CMYK0.680.1600.20
HSL193.91º57.02%52.55%-
HSV(B)193.91º67.98%79.61%-
XYZ27.5234.5661.72-
YUV142.95161.8872.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.81%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 203 (79.69% from 255) = 46.24%
R=14.81%
G=38.95%
B=46.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651712030.680.1600.20193.9157.0252.55
Hex41ABCB4410014c23935
Octal101253313104200243027165
Binary1000001101010111100101110001001000001010011000010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,171,203); }

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

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

 a { background-color: rgb(65,171,203); }

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

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

 span { border-color: rgb(65,171,203); }

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