#44B3CC

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

Shades of Viking #44B3CC

Tints of Viking #44B3CC

Color information

#44B3CC (or 0x44B3CC) is unknown color: approx Viking. HEX triplet: 44, B3 and CC. RGB value is (68,179,204). Sum of RGB (Red+Green+Blue) = 68+179+204=451 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.08% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #44B3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B3CC is #BB4C33. Grayscale: #949494. Windows color (decimal): -12274740 or 13415236. OLE color: 13415236.

HSL color Cylindrical-coordinate representation of color #44B3CC: hue angle of 191.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44B3CC is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB68179204-
CMYK0.670.1200.2
HSL191.03º57.14%53.33%-
HSV(B)191.03º66.67%80%-
XYZ29.437.8362.88-
YUV148.66159.2370.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.08%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=15.08%
G=39.69%
B=45.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681792040.670.1200.2191.0357.1453.33
Hex44B3CC43C014bf3935
Octal104263314103140242777165
Binary100010010110011110011001000011110001010010111111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,179,204); }

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

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

 a { background-color: rgb(68,179,204); }

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

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

 span { border-color: rgb(68,179,204); }

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