#42AFCD

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

Shades of Viking #42AFCD

Tints of Viking #42AFCD

Color information

#42AFCD (or 0x42AFCD) is unknown color: approx Viking. HEX triplet: 42, AF and CD. RGB value is (66,175,205). Sum of RGB (Red+Green+Blue) = 66+175+205=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #42AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFCD is #BD5032. Grayscale: #919191. Windows color (decimal): -12406835 or 13479746. OLE color: 13479746.

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

Color convert

RGB66175205-
CMYK0.680.1500.20
HSL192.95º58.16%53.14%-
HSV(B)192.95º67.8%80.39%-
XYZ28.636.2363.24-
YUV145.83161.3971.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.80%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=14.80%
G=39.24%
B=45.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661752050.680.1500.20192.9558.1653.14
Hex42AFCD44F014c13a35
Octal102257315104170243017265
Binary100001010101111110011011000100111101010011000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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