#219ac5

Color #219AC5 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #219AC5

Tints of Pelorous #219AC5

Color information

#219AC5 (or 0x219AC5) is unknown color: approx Pelorous. HEX triplet: 21, 9A and C5. RGB value is (33,154,197). Sum of RGB (Red+Green+Blue) = 33+154+197=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #219AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219AC5 is #DE653A. Grayscale: #7A7A7A. Windows color (decimal): -14574907 or 12950049. OLE color: 12950049.

HSL color Cylindrical-coordinate representation of color #219AC5: hue angle of 195.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #219AC5 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB33154197-
CMYK0.830.2200.23
HSL195.73º71.3%45.1%-
HSV(B)195.73º83.25%77.25%-
XYZ22.2627.4756.95-
YUV122.72169.9164-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.59%
GREEN value IS 154 (60.55% from 255) = 40.10%
BLUE value IS 197 (77.34% from 255) = 51.30%
R=8.59%
G=40.10%
B=51.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331541970.830.2200.23195.7371.345.1
Hex219AC55316017c4472d
Octal412323051232602730410755
Binary1000011001101011000101101001110110010111110001001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219ac5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #219ac5;
 }
 .AnyTagClassName
 {
   color: #219ac5;
 }
</style>
background-color css

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

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

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

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

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

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