#219CBF

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

Shades of Pelorous #219CBF

Tints of Pelorous #219CBF

Color information

#219CBF (or 0x219CBF) is unknown color: approx Pelorous. HEX triplet: 21, 9C and BF. RGB value is (33,156,191). Sum of RGB (Red+Green+Blue) = 33+156+191=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #219CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CBF is #DE6340. Grayscale: #7A7A7A. Windows color (decimal): -14574401 or 12557345. OLE color: 12557345.

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

Color convert

RGB33156191-
CMYK0.830.1800.25
HSL193.29º70.54%43.92%-
HSV(B)193.29º82.72%74.9%-
XYZ21.9227.8653.51-
YUV123.21166.2563.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.68%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 191 (75% from 255) = 50.26%
R=8.68%
G=41.05%
B=50.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331561910.830.1800.25193.2970.5443.92
Hex219CBF5312019c1472c
Octal412342771232203130110754
Binary1000011001110010111111101001110010011001110000011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,156,191); }

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

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

 a { background-color: rgb(33,156,191); }

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

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

 span { border-color: rgb(33,156,191); }

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