#44BBCC

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

Shades of Viking #44BBCC

Tints of Viking #44BBCC

Color information

#44BBCC (or 0x44BBCC) is unknown color: approx Viking. HEX triplet: 44, BB and CC. RGB value is (68,187,204). Sum of RGB (Red+Green+Blue) = 68+187+204=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #44BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BBCC is #BB4433. Grayscale: #999999. Windows color (decimal): -12272692 or 13417284. OLE color: 13417284.

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

Color convert

RGB68187204-
CMYK0.670.0800.2
HSL187.5º57.14%53.33%-
HSV(B)187.5º66.67%80%-
XYZ31.0541.1363.43-
YUV153.36156.5867.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.81%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=14.81%
G=40.74%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681872040.670.0800.2187.557.1453.33
Hex44BBCC438014bc3935
Octal104273314103100242747165
Binary100010010111011110011001000011100001010010111100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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