#42becd

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

Shades of Viking #42BECD

Tints of Viking #42BECD

Color information

#42BECD (or 0x42BECD) is unknown color: approx Viking. HEX triplet: 42, BE and CD. RGB value is (66,190,205). Sum of RGB (Red+Green+Blue) = 66+190+205=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #42BECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BECD is #BD4132. Grayscale: #9A9A9A. Windows color (decimal): -12402995 or 13483586. OLE color: 13483586.

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

Color convert

RGB66190205-
CMYK0.680.0700.20
HSL186.47º58.16%53.14%-
HSV(B)186.47º67.8%80.39%-
XYZ31.6842.3964.27-
YUV154.63156.4264.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.32%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=14.32%
G=41.21%
B=44.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661902050.680.0700.20186.4758.1653.14
Hex42BECD447014ba3a35
Octal10227631510470242727265
Binary10000101011111011001101100010011101010010111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42becd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,190,205); }

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

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

 a { background-color: rgb(66,190,205); }

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

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

 span { border-color: rgb(66,190,205); }

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