Html Css Color HEX #217DAB Lochmara

📋 copy color: '#217DAB'

red 33 ◦ green 125 ◦ blue 171

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

Shades of Lochmara #217DAB

Tints of Lochmara #217DAB

RGB

 RED value IS 33 (13.28% from 255) = 10.03%

 GREEN value IS 125 (49.22% from 255) = 37.99%

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 10.03%
G = 37.99%
B = 51.98%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#217DAB (or 0x217DAB) is known color: Lochmara. HEX triplet: 21, 7D and AB. RGB value is (33,125,171). Sum of RGB (Red+Green+Blue) = 33+125+171=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #217DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217DAB is #DE8254. Grayscale: #666666. Windows color (decimal): -14582357 or 11238689. OLE color: 11238689.

HSL color Cylindrical-coordinate representation of color #217DAB: hue angle of 200º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217DAB is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 125 171 -
CMYK 0.81 0.27 0 0.33
HSL 200º 0.68% 0.4% -
HSV(B) 200º 0.81% 0.67% -
XYZ 15.31 17.93 41.18 -
YUV 102.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 33 125 171 0.81 0.27 0 0.33 200 0.68 0.4
Hex 21 7D AB 51 1B 0 21 C8 44 28
Octal 41 175 253 121 33 0 41 310 104 50
Binary 100001 1111101 10101011 1010001 11011 0 100001 11001000 1000100 101000

Color Harmonies of #217DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DAB

Black with #217DAB

Text Example


Text Example

White with #217DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,125,171); }

 H1.HeaderClassName
 {
   color: #217DAB;
 }
 .AnyTagClassName
 {
   color: #217DAB;
 }
</style>

background-color css

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

 a { background-color: rgb(33,125,171); }

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

border-color css

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

 span { border-color: rgb(33,125,171); }

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