#44ACD0

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

Shades of Viking #44ACD0

Tints of Viking #44ACD0

Color information

#44ACD0 (or 0x44ACD0) is unknown color: approx Viking. HEX triplet: 44, AC and D0. RGB value is (68,172,208). Sum of RGB (Red+Green+Blue) = 68+172+208=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #44ACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ACD0 is #BB532F. Grayscale: #909090. Windows color (decimal): -12276528 or 13675588. OLE color: 13675588.

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

Color convert

RGB68172208-
CMYK0.670.1700.18
HSL195.43º59.83%54.12%-
HSV(B)195.43º67.31%81.57%-
XYZ28.5235.2964.98-
YUV145.01163.5473.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.18%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 208 (81.64% from 255) = 46.43%
R=15.18%
G=38.39%
B=46.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681722080.670.1700.18195.4359.8354.12
Hex44ACD04311012c33c36
Octal104254320103210223037466
Binary1000100101011001101000010000111000101001011000011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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