#42BDD2

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

Shades of Viking #42BDD2

Tints of Viking #42BDD2

Color information

#42BDD2 (or 0x42BDD2) is unknown color: approx Viking. HEX triplet: 42, BD and D2. RGB value is (66,189,210). Sum of RGB (Red+Green+Blue) = 66+189+210=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #42BDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDD2 is #BD422D. Grayscale: #9A9A9A. Windows color (decimal): -12403246 or 13811010. OLE color: 13811010.

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

Color convert

RGB66189210-
CMYK0.690.1000.18
HSL188.75º61.54%54.12%-
HSV(B)188.75º68.57%82.35%-
XYZ32.0842.2167.43-
YUV154.62159.2564.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.19%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 210 (82.42% from 255) = 45.16%
R=14.19%
G=40.65%
B=45.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661892100.690.1000.18188.7561.5454.12
Hex42BDD245A012bd3e36
Octal102275322105120222757666
Binary100001010111101110100101000101101001001010111101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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