#44ABD0

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

Shades of Viking #44ABD0

Tints of Viking #44ABD0

Color information

#44ABD0 (or 0x44ABD0) is unknown color: approx Viking. HEX triplet: 44, AB and D0. RGB value is (68,171,208). Sum of RGB (Red+Green+Blue) = 68+171+208=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #44ABD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ABD0 is #BB542F. Grayscale: #909090. Windows color (decimal): -12276784 or 13675332. OLE color: 13675332.

HSL color Cylindrical-coordinate representation of color #44ABD0: hue angle of 195.86º 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 #44ABD0 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68171208-
CMYK0.670.1800.18
HSL195.86º59.83%54.12%-
HSV(B)195.86º67.31%81.57%-
XYZ28.3334.9164.92-
YUV144.42163.8873.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.21%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=15.21%
G=38.26%
B=46.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681712080.670.1800.18195.8659.8354.12
Hex44ABD04312012c43c36
Octal104253320103220223047466
Binary1000100101010111101000010000111001001001011000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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