#42bcd1

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

Shades of Viking #42BCD1

Tints of Viking #42BCD1

Color information

#42BCD1 (or 0x42BCD1) is unknown color: approx Viking. HEX triplet: 42, BC and D1. RGB value is (66,188,209). Sum of RGB (Red+Green+Blue) = 66+188+209=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #42BCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCD1 is #BD432E. Grayscale: #999999. Windows color (decimal): -12403503 or 13745218. OLE color: 13745218.

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

Color convert

RGB66188209-
CMYK0.680.1000.18
HSL188.81º60.85%53.92%-
HSV(B)188.81º68.42%81.96%-
XYZ31.7441.7366.7-
YUV153.92159.0865.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.25%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=14.25%
G=40.60%
B=45.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661882090.680.1000.18188.8160.8553.92
Hex42BCD144A012bd3d36
Octal102274321104120222757566
Binary100001010111100110100011000100101001001010111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42bcd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,209); }

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

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

 a { background-color: rgb(66,188,209); }

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

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

 span { border-color: rgb(66,188,209); }

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