Html Css Color HEX #219ABE Pelorous

📋 copy color: '#219ABE'

red 33 ◦ green 154 ◦ blue 190

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

Shades of Pelorous #219ABE

Tints of Pelorous #219ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 8.75%
G = 40.85%
B = 50.4%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#219ABE (or 0x219ABE) is known color: Pelorous. HEX triplet: 21, 9A and BE. RGB value is (33,154,190). Sum of RGB (Red+Green+Blue) = 33+154+190=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #219ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ABE is #DE6541. Grayscale: #797979. Windows color (decimal): -14574914 or 12491297. OLE color: 12491297.

HSL color Cylindrical-coordinate representation of color #219ABE: hue angle of 193.76º 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 #219ABE is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 154 190 -
CMYK 0.83 0.19 0 0.25
HSL 193.76º 0.7% 0.44% -
HSV(B) 193.76º 0.83% 0.75% -
XYZ 21.48 27.15 52.82 -
YUV 121.93 166.41 64.57 -
System Red Green Blue C M Y K H S L
Decimal 33 154 190 0.83 0.19 0 0.25 193.76 0.7 0.44
Hex 21 9A BE 53 13 0 19 C2 46 2C
Octal 41 232 276 123 23 0 31 302 106 54
Binary 100001 10011010 10111110 1010011 10011 0 11001 11000010 1000110 101100

Color Harmonies of #219ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ABE

Black with #219ABE

Text Example


Text Example

White with #219ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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