#42B9CE

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

Shades of Viking #42B9CE

Tints of Viking #42B9CE

Color information

#42B9CE (or 0x42B9CE) is unknown color: approx Viking. HEX triplet: 42, B9 and CE. RGB value is (66,185,206). Sum of RGB (Red+Green+Blue) = 66+185+206=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #42B9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B9CE is #BD4631. Grayscale: #979797. Windows color (decimal): -12404274 or 13547842. OLE color: 13547842.

HSL color Cylindrical-coordinate representation of color #42B9CE: hue angle of 189º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42B9CE is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB66185206-
CMYK0.680.1000.19
HSL189º58.82%53.33%-
HSV(B)189º67.96%80.78%-
XYZ30.7440.3164.55-
YUV151.81158.5866.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.44%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=14.44%
G=40.48%
B=45.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal661852060.680.1000.1918958.8253.33
Hex42B9CE44A013bd3b35
Octal102271316104120232757365
Binary100001010111001110011101000100101001001110111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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