#44B1D4

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

Shades of Viking #44B1D4

Tints of Viking #44B1D4

Color information

#44B1D4 (or 0x44B1D4) is unknown color: approx Viking. HEX triplet: 44, B1 and D4. RGB value is (68,177,212). Sum of RGB (Red+Green+Blue) = 68+177+212=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #44B1D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44B1D4 is #BB4E2B. Grayscale: #949494. Windows color (decimal): -12275244 or 13939012. OLE color: 13939012.

HSL color Cylindrical-coordinate representation of color #44B1D4: hue angle of 194.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44B1D4 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB68177212-
CMYK0.680.1700.17
HSL194.58º62.61%54.9%-
HSV(B)194.58º67.92%83.14%-
XYZ29.9937.4367.93-
YUV148.4163.8970.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.88%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 212 (83.20% from 255) = 46.39%
R=14.88%
G=38.73%
B=46.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal681772120.680.1700.17194.5862.6154.9
Hex44B1D44411011c33f37
Octal104261324104210213037767
Binary1000100101100011101010010001001000101000111000011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,177,212); }

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

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

 a { background-color: rgb(68,177,212); }

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

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

 span { border-color: rgb(68,177,212); }

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