Html Css Color HEX #219BB6 Pelorous

📋 copy color: '#219BB6'

red 33 ◦ green 155 ◦ blue 182

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

Shades of Pelorous #219BB6

Tints of Pelorous #219BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.19%

R = 8.92%
G = 41.89%
B = 49.19%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#219BB6 (or 0x219BB6) is known color: Pelorous. HEX triplet: 21, 9B and B6. RGB value is (33,155,182). Sum of RGB (Red+Green+Blue) = 33+155+182=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #219BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BB6 is #DE6449. Grayscale: #797979. Windows color (decimal): -14574666 or 11967265. OLE color: 11967265.

HSL color Cylindrical-coordinate representation of color #219BB6: hue angle of 190.87º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219BB6 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 155 182 -
CMYK 0.82 0.15 0 0.29
HSL 190.87º 0.69% 0.42% -
HSV(B) 190.87º 0.82% 0.71% -
XYZ 20.79 27.14 48.4 -
YUV 121.6 162.08 64.8 -
System Red Green Blue C M Y K H S L
Decimal 33 155 182 0.82 0.15 0 0.29 190.87 0.69 0.42
Hex 21 9B B6 52 F 0 1D BF 45 2A
Octal 41 233 266 122 17 0 35 277 105 52
Binary 100001 10011011 10110110 1010010 1111 0 11101 10111111 1000101 101010

Color Harmonies of #219BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BB6

Black with #219BB6

Text Example


Text Example

White with #219BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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