#44BECC

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

Shades of Viking #44BECC

Tints of Viking #44BECC

Color information

#44BECC (or 0x44BECC) is unknown color: approx Viking. HEX triplet: 44, BE and CC. RGB value is (68,190,204). Sum of RGB (Red+Green+Blue) = 68+190+204=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #44BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BECC is #BB4133. Grayscale: #9A9A9A. Windows color (decimal): -12271924 or 13418052. OLE color: 13418052.

HSL color Cylindrical-coordinate representation of color #44BECC: hue angle of 186.18º 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 #44BECC is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB68190204-
CMYK0.670.0700.2
HSL186.18º57.14%53.33%-
HSV(B)186.18º66.67%80%-
XYZ31.742.4263.64-
YUV155.12155.5865.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.72%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=14.72%
G=41.13%
B=44.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681902040.670.0700.2186.1857.1453.33
Hex44BECC437014ba3935
Octal10427631410370242727165
Binary10001001011111011001100100001111101010010111010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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