#42B9D4

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

Shades of Viking #42B9D4

Tints of Viking #42B9D4

Color information

#42B9D4 (or 0x42B9D4) is unknown color: approx Viking. HEX triplet: 42, B9 and D4. RGB value is (66,185,212). Sum of RGB (Red+Green+Blue) = 66+185+212=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #42B9D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B9D4 is #BD462B. Grayscale: #989898. Windows color (decimal): -12404268 or 13941058. OLE color: 13941058.

HSL color Cylindrical-coordinate representation of color #42B9D4: hue angle of 191.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42B9D4 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB66185212-
CMYK0.690.1300.17
HSL191.1º62.93%54.51%-
HSV(B)191.1º68.87%83.14%-
XYZ31.4840.6168.47-
YUV152.5161.5866.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.25%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 212 (83.20% from 255) = 45.79%
R=14.25%
G=39.96%
B=45.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal661852120.690.1300.17191.162.9354.51
Hex42B9D445D011bf3f37
Octal102271324105150212777767
Binary100001010111001110101001000101110101000110111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,185,212); }

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

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

 a { background-color: rgb(66,185,212); }

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

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

 span { border-color: rgb(66,185,212); }

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