#42b0cd

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

Shades of Viking #42B0CD

Tints of Viking #42B0CD

Color information

#42B0CD (or 0x42B0CD) is unknown color: approx Viking. HEX triplet: 42, B0 and CD. RGB value is (66,176,205). Sum of RGB (Red+Green+Blue) = 66+176+205=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #42B0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B0CD is #BD4F32. Grayscale: #929292. Windows color (decimal): -12406579 or 13480002. OLE color: 13480002.

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

Color convert

RGB66176205-
CMYK0.680.1400.20
HSL192.52º58.16%53.14%-
HSV(B)192.52º67.8%80.39%-
XYZ28.7936.6263.31-
YUV146.42161.0670.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.77%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=14.77%
G=39.37%
B=45.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661762050.680.1400.20192.5258.1653.14
Hex42B0CD44E014c13a35
Octal102260315104160243017265
Binary100001010110000110011011000100111001010011000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42b0cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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