#44BECB

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

Shades of Viking #44BECB

Tints of Viking #44BECB

Color information

#44BECB (or 0x44BECB) is unknown color: approx Viking. HEX triplet: 44, BE and CB. RGB value is (68,190,203). Sum of RGB (Red+Green+Blue) = 68+190+203=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #44BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BECB is #BB4134. Grayscale: #9A9A9A. Windows color (decimal): -12271925 or 13352516. OLE color: 13352516.

HSL color Cylindrical-coordinate representation of color #44BECB: hue angle of 185.78º degrees, saturation: 0.56, 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 #44BECB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68190203-
CMYK0.670.0600.20
HSL185.78º56.49%53.14%-
HSV(B)185.78º66.5%79.61%-
XYZ31.5842.3763.01-
YUV155155.0865.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.75%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=14.75%
G=41.21%
B=44.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681902030.670.0600.20185.7856.4953.14
Hex44BECB436014ba3835
Octal10427631310360242727065
Binary10001001011111011001011100001111001010010111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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