Html Css Color HEX #219BAD Pelorous

📋 copy color: '#219BAD'

red 33 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #219BAD

Tints of Pelorous #219BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 9.14%
G = 42.94%
B = 47.92%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#219BAD (or 0x219BAD) is known color: Pelorous. HEX triplet: 21, 9B and AD. RGB value is (33,155,173). Sum of RGB (Red+Green+Blue) = 33+155+173=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #219BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219BAD is #DE6452. Grayscale: #787878. Windows color (decimal): -14574675 or 11377441. OLE color: 11377441.

HSL color Cylindrical-coordinate representation of color #219BAD: hue angle of 187.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219BAD is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 155 173 -
CMYK 0.81 0.10 0 0.32
HSL 187.71º 0.68% 0.4% -
HSV(B) 187.71º 0.81% 0.68% -
XYZ 19.89 26.78 43.66 -
YUV 120.57 157.58 65.54 -
System Red Green Blue C M Y K H S L
Decimal 33 155 173 0.81 0.10 0 0.32 187.71 0.68 0.4
Hex 21 9B AD 51 A 0 20 BC 44 28
Octal 41 233 255 121 12 0 40 274 104 50
Binary 100001 10011011 10101101 1010001 1010 0 100000 10111100 1000100 101000

Color Harmonies of #219BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BAD

Black with #219BAD

Text Example


Text Example

White with #219BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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