Html Css Color HEX #219BBD Pelorous

📋 copy color: '#219BBD'

red 33 ◦ green 155 ◦ blue 189

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

Shades of Pelorous #219BBD

Tints of Pelorous #219BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 8.75%
G = 41.11%
B = 50.13%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#219BBD (or 0x219BBD) is known color: Pelorous. HEX triplet: 21, 9B and BD. RGB value is (33,155,189). Sum of RGB (Red+Green+Blue) = 33+155+189=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #219BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BBD is #DE6442. Grayscale: #7A7A7A. Windows color (decimal): -14574659 or 12426017. OLE color: 12426017.

HSL color Cylindrical-coordinate representation of color #219BBD: hue angle of 193.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #219BBD is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 155 189 -
CMYK 0.83 0.18 0 0.26
HSL 193.08º 0.7% 0.44% -
HSV(B) 193.08º 0.83% 0.74% -
XYZ 21.53 27.44 52.31 -
YUV 122.4 165.58 64.24 -
System Red Green Blue C M Y K H S L
Decimal 33 155 189 0.83 0.18 0 0.26 193.08 0.7 0.44
Hex 21 9B BD 53 12 0 1A C1 46 2C
Octal 41 233 275 123 22 0 32 301 106 54
Binary 100001 10011011 10111101 1010011 10010 0 11010 11000001 1000110 101100

Color Harmonies of #219BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BBD

Black with #219BBD

Text Example


Text Example

White with #219BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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