#42B2D0

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

Shades of Viking #42B2D0

Tints of Viking #42B2D0

Color information

#42B2D0 (or 0x42B2D0) is unknown color: approx Viking. HEX triplet: 42, B2 and D0. RGB value is (66,178,208). Sum of RGB (Red+Green+Blue) = 66+178+208=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #42B2D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B2D0 is #BD4D2F. Grayscale: #939393. Windows color (decimal): -12406064 or 13677122. OLE color: 13677122.

HSL color Cylindrical-coordinate representation of color #42B2D0: hue angle of 192.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42B2D0 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB66178208-
CMYK0.680.1400.18
HSL192.68º60.17%53.73%-
HSV(B)192.68º68.27%81.57%-
XYZ29.5537.5565.37-
YUV147.93161.8969.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 208 (81.64% from 255) = 46.02%
R=14.60%
G=39.38%
B=46.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661782080.680.1400.18192.6860.1753.73
Hex42B2D044E012c13c36
Octal102262320104160223017466
Binary100001010110010110100001000100111001001011000001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,178,208); }

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

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

 a { background-color: rgb(66,178,208); }

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

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

 span { border-color: rgb(66,178,208); }

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