Html Css Color HEX #219BBE Pelorous

📋 copy color: '#219BBE'

red 33 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #219BBE

Tints of Pelorous #219BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 8.73%
G = 41.01%
B = 50.26%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#219BBE (or 0x219BBE) is known color: Pelorous. HEX triplet: 21, 9B and BE. RGB value is (33,155,190). Sum of RGB (Red+Green+Blue) = 33+155+190=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #219BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BBE is #DE6441. Grayscale: #7A7A7A. Windows color (decimal): -14574658 or 12491553. OLE color: 12491553.

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

Color convert

RGB 33 155 190 -
CMYK 0.83 0.18 0 0.25
HSL 193.38º 0.7% 0.44% -
HSV(B) 193.38º 0.83% 0.75% -
XYZ 21.64 27.48 52.88 -
YUV 122.51 166.08 64.15 -
System Red Green Blue C M Y K H S L
Decimal 33 155 190 0.83 0.18 0 0.25 193.38 0.7 0.44
Hex 21 9B BE 53 12 0 19 C1 46 2C
Octal 41 233 276 123 22 0 31 301 106 54
Binary 100001 10011011 10111110 1010011 10010 0 11001 11000001 1000110 101100

Color Harmonies of #219BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BBE

Black with #219BBE

Text Example


Text Example

White with #219BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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