#44BDC9

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

Shades of Viking #44BDC9

Tints of Viking #44BDC9

Color information

#44BDC9 (or 0x44BDC9) is unknown color: approx Viking. HEX triplet: 44, BD and C9. RGB value is (68,189,201). Sum of RGB (Red+Green+Blue) = 68+189+201=458 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.85% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #44BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BDC9 is #BB4236. Grayscale: #9A9A9A. Windows color (decimal): -12272183 or 13221188. OLE color: 13221188.

HSL color Cylindrical-coordinate representation of color #44BDC9: hue angle of 185.41º 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 #44BDC9 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB68189201-
CMYK0.660.0600.21
HSL185.41º55.19%52.75%-
HSV(B)185.41º66.17%78.82%-
XYZ31.1241.8461.69-
YUV154.19154.4166.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.85%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=14.85%
G=41.27%
B=43.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681892010.660.0600.21185.4155.1952.75
Hex44BDC9426015b93735
Octal10427531110260252716765
Binary10001001011110111001001100001011001010110111001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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