#44A9C9

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

Shades of Viking #44A9C9

Tints of Viking #44A9C9

Color information

#44A9C9 (or 0x44A9C9) is unknown color: approx Viking. HEX triplet: 44, A9 and C9. RGB value is (68,169,201). Sum of RGB (Red+Green+Blue) = 68+169+201=438 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.53% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #44A9C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A9C9 is #BB5636. Grayscale: #8E8E8E. Windows color (decimal): -12277303 or 13216068. OLE color: 13216068.

HSL color Cylindrical-coordinate representation of color #44A9C9: hue angle of 194.44º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44A9C9 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB68169201-
CMYK0.660.1600.21
HSL194.44º55.19%52.75%-
HSV(B)194.44º66.17%78.82%-
XYZ27.1133.8260.36-
YUV142.45161.0474.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.53%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 201 (78.91% from 255) = 45.89%
R=15.53%
G=38.58%
B=45.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681692010.660.1600.21194.4455.1952.75
Hex44A9C94210015c23735
Octal104251311102200253026765
Binary1000100101010011100100110000101000001010111000010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,169,201); }

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

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

 a { background-color: rgb(68,169,201); }

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

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

 span { border-color: rgb(68,169,201); }

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