#42B8D2

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

Shades of Viking #42B8D2

Tints of Viking #42B8D2

Color information

#42B8D2 (or 0x42B8D2) is unknown color: approx Viking. HEX triplet: 42, B8 and D2. RGB value is (66,184,210). Sum of RGB (Red+Green+Blue) = 66+184+210=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #42B8D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B8D2 is #BD472D. Grayscale: #979797. Windows color (decimal): -12404526 or 13809730. OLE color: 13809730.

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

Color convert

RGB66184210-
CMYK0.690.1200.18
HSL190.83º61.54%54.12%-
HSV(B)190.83º68.57%82.35%-
XYZ31.0240.0967.08-
YUV151.68160.9166.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.35%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 210 (82.42% from 255) = 45.65%
R=14.35%
G=40%
B=45.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661842100.690.1200.18190.8361.5454.12
Hex42B8D245C012bf3e36
Octal102270322105140222777666
Binary100001010111000110100101000101110001001010111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,184,210); }

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

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

 a { background-color: rgb(66,184,210); }

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

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

 span { border-color: rgb(66,184,210); }

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