Html Css Color HEX #219BAB Pelorous

📋 copy color: '#219BAB'

red 33 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #219BAB

Tints of Pelorous #219BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.18%

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

R = 9.19%
G = 43.18%
B = 47.63%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#219BAB (or 0x219BAB) is known color: Pelorous. HEX triplet: 21, 9B and AB. RGB value is (33,155,171). Sum of RGB (Red+Green+Blue) = 33+155+171=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #219BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219BAB is #DE6454. Grayscale: #787878. Windows color (decimal): -14574677 or 11246369. OLE color: 11246369.

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

Color convert

RGB 33 155 171 -
CMYK 0.81 0.09 0 0.33
HSL 186.96º 0.68% 0.4% -
HSV(B) 186.96º 0.81% 0.67% -
XYZ 19.7 26.71 42.64 -
YUV 120.35 156.58 65.7 -
System Red Green Blue C M Y K H S L
Decimal 33 155 171 0.81 0.09 0 0.33 186.96 0.68 0.4
Hex 21 9B AB 51 9 0 21 BB 44 28
Octal 41 233 253 121 11 0 41 273 104 50
Binary 100001 10011011 10101011 1010001 1001 0 100001 10111011 1000100 101000

Color Harmonies of #219BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BAB

Black with #219BAB

Text Example


Text Example

White with #219BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219BAB; }

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

 H1.HeaderClassName
 {
   color: #219BAB;
 }
 .AnyTagClassName
 {
   color: #219BAB;
 }
</style>

background-color css

<style>
 a { background-color: #219BAB; }

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

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

border-color css

<style>
 span { border-color: #219BAB; }

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

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