#42B1BC

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

Shades of Viking #42B1BC

Tints of Viking #42B1BC

Color information

#42B1BC (or 0x42B1BC) is unknown color: approx Viking. HEX triplet: 42, B1 and BC. RGB value is (66,177,188). Sum of RGB (Red+Green+Blue) = 66+177+188=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #42B1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B1BC is #BD4E43. Grayscale: #909090. Windows color (decimal): -12406340 or 12366146. OLE color: 12366146.

HSL color Cylindrical-coordinate representation of color #42B1BC: hue angle of 185.41º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B1BC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66177188-
CMYK0.650.0600.26
HSL185.41º48.03%49.8%-
HSV(B)185.41º64.89%73.73%-
XYZ27.0536.2353.15-
YUV145.06152.2371.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=15.31%
G=41.07%
B=43.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661771880.650.0600.26185.4148.0349.8
Hex42B1BC41601Ab93032
Octal10226127410160322716062
Binary10000101011000110111100100000111001101010111001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B1BC; }

 p { color: rgb(66,177,188); }

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

<style>
 a { background-color: #42B1BC; }

 a { background-color: rgb(66,177,188); }

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

<style>
 span { border-color: #42B1BC; }

 span { border-color: rgb(66,177,188); }

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