#42B0BD

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

Shades of Viking #42B0BD

Tints of Viking #42B0BD

Color information

#42B0BD (or 0x42B0BD) is unknown color: approx Viking. HEX triplet: 42, B0 and BD. RGB value is (66,176,189). Sum of RGB (Red+Green+Blue) = 66+176+189=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #42B0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B0BD is #BD4F42. Grayscale: #909090. Windows color (decimal): -12406595 or 12431426. OLE color: 12431426.

HSL color Cylindrical-coordinate representation of color #42B0BD: hue angle of 186.34º 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 #42B0BD is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66176189-
CMYK0.650.0700.26
HSL186.34º48.24%50%-
HSV(B)186.34º65.08%74.12%-
XYZ26.9635.8853.65-
YUV144.59153.0671.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=15.31%
G=40.84%
B=43.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661761890.650.0700.26186.3448.2450
Hex42B0BD41701Aba3032
Octal10226027510170322726062
Binary10000101011000010111101100000111101101010111010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,189); }

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

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

 a { background-color: rgb(66,176,189); }

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

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

 span { border-color: rgb(66,176,189); }

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