#44B0D0

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

Shades of Viking #44B0D0

Tints of Viking #44B0D0

Color information

#44B0D0 (or 0x44B0D0) is unknown color: approx Viking. HEX triplet: 44, B0 and D0. RGB value is (68,176,208). Sum of RGB (Red+Green+Blue) = 68+176+208=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #44B0D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44B0D0 is #BB4F2F. Grayscale: #939393. Windows color (decimal): -12275504 or 13676612. OLE color: 13676612.

HSL color Cylindrical-coordinate representation of color #44B0D0: hue angle of 193.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44B0D0 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68176208-
CMYK0.670.1500.18
HSL193.71º59.83%54.12%-
HSV(B)193.71º67.31%81.57%-
XYZ29.2936.8365.24-
YUV147.36162.2271.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.04%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 208 (81.64% from 255) = 46.02%
R=15.04%
G=38.94%
B=46.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681762080.670.1500.18193.7159.8354.12
Hex44B0D043F012c23c36
Octal104260320103170223027466
Binary100010010110000110100001000011111101001011000010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44B0D0; }

 p { color: rgb(68,176,208); }

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

<style>
 a { background-color: #44B0D0; }

 a { background-color: rgb(68,176,208); }

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

<style>
 span { border-color: #44B0D0; }

 span { border-color: rgb(68,176,208); }

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