Html Css Color HEX #2189AB Pelorous

📋 copy color: '#2189AB'

red 33 ◦ green 137 ◦ blue 171

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

Shades of Pelorous #2189AB

Tints of Pelorous #2189AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

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

R = 9.68%
G = 40.18%
B = 50.15%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2189AB (or 0x2189AB) is known color: Pelorous. HEX triplet: 21, 89 and AB. RGB value is (33,137,171). Sum of RGB (Red+Green+Blue) = 33+137+171=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #2189AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2189AB is #DE7654. Grayscale: #6D6D6D. Windows color (decimal): -14579285 or 11241761. OLE color: 11241761.

HSL color Cylindrical-coordinate representation of color #2189AB: hue angle of 194.78º 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 #2189AB is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 137 171 -
CMYK 0.81 0.20 0 0.33
HSL 194.78º 0.68% 0.4% -
HSV(B) 194.78º 0.81% 0.67% -
XYZ 16.92 21.15 41.72 -
YUV 109.78 162.54 73.24 -
System Red Green Blue C M Y K H S L
Decimal 33 137 171 0.81 0.20 0 0.33 194.78 0.68 0.4
Hex 21 89 AB 51 14 0 21 C3 44 28
Octal 41 211 253 121 24 0 41 303 104 50
Binary 100001 10001001 10101011 1010001 10100 0 100001 11000011 1000100 101000

Color Harmonies of #2189AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189AB

Black with #2189AB

Text Example


Text Example

White with #2189AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2189AB; }

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

 H1.HeaderClassName
 {
   color: #2189AB;
 }
 .AnyTagClassName
 {
   color: #2189AB;
 }
</style>

background-color css

<style>
 a { background-color: #2189AB; }

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

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

border-color css

<style>
 span { border-color: #2189AB; }

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

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