#44B7D1

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

Shades of Viking #44B7D1

Tints of Viking #44B7D1

Color information

#44B7D1 (or 0x44B7D1) is unknown color: approx Viking. HEX triplet: 44, B7 and D1. RGB value is (68,183,209). Sum of RGB (Red+Green+Blue) = 68+183+209=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #44B7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B7D1 is #BB482E. Grayscale: #979797. Windows color (decimal): -12273711 or 13743940. OLE color: 13743940.

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

Color convert

RGB68183209-
CMYK0.670.1200.18
HSL191.06º60.52%54.31%-
HSV(B)191.06º67.46%81.96%-
XYZ30.8339.766.36-
YUV151.58160.468.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.78%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=14.78%
G=39.78%
B=45.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681832090.670.1200.18191.0660.5254.31
Hex44B7D143C012bf3d36
Octal104267321103140222777566
Binary100010010110111110100011000011110001001010111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,183,209); }

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

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

 a { background-color: rgb(68,183,209); }

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

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

 span { border-color: rgb(68,183,209); }

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