#42BAD4

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

Shades of Viking #42BAD4

Tints of Viking #42BAD4

Color information

#42BAD4 (or 0x42BAD4) is unknown color: approx Viking. HEX triplet: 42, BA and D4. RGB value is (66,186,212). Sum of RGB (Red+Green+Blue) = 66+186+212=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #42BAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BAD4 is #BD452B. Grayscale: #989898. Windows color (decimal): -12404012 or 13941314. OLE color: 13941314.

HSL color Cylindrical-coordinate representation of color #42BAD4: hue angle of 190.68º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42BAD4 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB66186212-
CMYK0.690.1200.17
HSL190.68º62.93%54.51%-
HSV(B)190.68º68.87%83.14%-
XYZ31.6941.0368.54-
YUV153.08161.2465.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.22%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=14.22%
G=40.09%
B=45.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal661862120.690.1200.17190.6862.9354.51
Hex42BAD445C011bf3f37
Octal102272324105140212777767
Binary100001010111010110101001000101110001000110111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,186,212); }

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

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

 a { background-color: rgb(66,186,212); }

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

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

 span { border-color: rgb(66,186,212); }

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