#44B2CE

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

Shades of Viking #44B2CE

Tints of Viking #44B2CE

Color information

#44B2CE (or 0x44B2CE) is unknown color: approx Viking. HEX triplet: 44, B2 and CE. RGB value is (68,178,206). Sum of RGB (Red+Green+Blue) = 68+178+206=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #44B2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44B2CE is #BB4D31. Grayscale: #949494. Windows color (decimal): -12274994 or 13546052. OLE color: 13546052.

HSL color Cylindrical-coordinate representation of color #44B2CE: hue angle of 192.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44B2CE is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB68178206-
CMYK0.670.1400.19
HSL192.17º58.47%53.73%-
HSV(B)192.17º66.99%80.78%-
XYZ29.4437.5364.08-
YUV148.3160.5670.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.04%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=15.04%
G=39.38%
B=45.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal681782060.670.1400.19192.1758.4753.73
Hex44B2CE43E013c03a36
Octal104262316103160233007266
Binary100010010110010110011101000011111001001111000000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,178,206); }

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

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

 a { background-color: rgb(68,178,206); }

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

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

 span { border-color: rgb(68,178,206); }

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