#42B9CD

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

Shades of Viking #42B9CD

Tints of Viking #42B9CD

Color information

#42B9CD (or 0x42B9CD) is unknown color: approx Viking. HEX triplet: 42, B9 and CD. RGB value is (66,185,205). Sum of RGB (Red+Green+Blue) = 66+185+205=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #42B9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B9CD is #BD4632. Grayscale: #979797. Windows color (decimal): -12404275 or 13482306. OLE color: 13482306.

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

Color convert

RGB66185205-
CMYK0.680.1000.20
HSL188.63º58.16%53.14%-
HSV(B)188.63º67.8%80.39%-
XYZ30.6240.2663.92-
YUV151.7158.0866.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.47%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=14.47%
G=40.57%
B=44.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661852050.680.1000.20188.6358.1653.14
Hex42B9CD44A014bd3a35
Octal102271315104120242757265
Binary100001010111001110011011000100101001010010111101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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