#44BCCE

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

Shades of Viking #44BCCE

Tints of Viking #44BCCE

Color information

#44BCCE (or 0x44BCCE) is unknown color: approx Viking. HEX triplet: 44, BC and CE. RGB value is (68,188,206). Sum of RGB (Red+Green+Blue) = 68+188+206=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #44BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BCCE is #BB4331. Grayscale: #999999. Windows color (decimal): -12272434 or 13548612. OLE color: 13548612.

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

Color convert

RGB68188206-
CMYK0.670.0900.19
HSL187.83º58.47%53.73%-
HSV(B)187.83º66.99%80.78%-
XYZ31.5141.6564.77-
YUV154.17157.2466.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.72%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 206 (80.86% from 255) = 44.59%
R=14.72%
G=40.69%
B=44.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal681882060.670.0900.19187.8358.4753.73
Hex44BCCE439013bc3a36
Octal104274316103110232747266
Binary100010010111100110011101000011100101001110111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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