Html Css Color HEX #217B9E Lochmara

📋 copy color: '#217B9E'

red 33 ◦ green 123 ◦ blue 158

#217B9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #217B9E

Tints of Lochmara #217B9E

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 value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#217B9E (or 0x217B9E) is known color: 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

RGB 33 123 158 -
CMYK 0.79 0.22 0 0.38
HSL 196.8º 0.65% 0.37% -
HSV(B) 196.8º 0.79% 0.62% -
XYZ 13.88 16.96 34.89 -
YUV 100.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 33 123 158 0.79 0.22 0 0.38 196.8 0.65 0.37
Hex 21 7B 9E 4F 16 0 26 C5 41 25
Octal 41 173 236 117 26 0 46 305 101 45
Binary 100001 1111011 10011110 1001111 10110 0 100110 11000101 1000001 100101

Color Harmonies of #217B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B9E

Black with #217B9E

Text Example


Text Example

White with #217B9E

Text Example


Text Example

HTML Codes & Css Web 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>