#217b9e

Color #217B9E Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #217B9E

Tints of Lochmara #217B9E

Color information

#217B9E (or 0x217B9E) is unknown color: approx Lochmara. HEX triplet: 21, 7B and 9E. RGB value is (33,123,158). Sum of RGB (Red+Green+Blue) = 33+123+158=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #217B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B9E is #DE8461. Grayscale: #636363. Windows color (decimal): -14582882 or 10386209. OLE color: 10386209.

HSL color Cylindrical-coordinate representation of color #217B9E: hue angle of 196.8º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #217B9E is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33123158-
CMYK0.790.2200.38
HSL196.8º65.45%37.45%-
HSV(B)196.8º79.11%61.96%-
XYZ13.8816.9634.89-
YUV100.08160.6880.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.51%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=10.51%
G=39.17%
B=50.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331231580.790.2200.38196.865.4537.45
Hex217B9E4F16026c54125
Octal411732361172604630510145
Binary1000011111011100111101001111101100100110110001011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217b9e; }

 p { color: rgb(33,123,158); }

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

<style>
 a { background-color: #217b9e; }

 a { background-color: rgb(33,123,158); }

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

<style>
 span { border-color: #217b9e; }

 span { border-color: rgb(33,123,158); }

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