#219FB8

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

Shades of Pelorous #219FB8

Tints of Pelorous #219FB8

Color information

#219FB8 (or 0x219FB8) is unknown color: approx Pelorous. HEX triplet: 21, 9F and B8. RGB value is (33,159,184). Sum of RGB (Red+Green+Blue) = 33+159+184=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #219FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219FB8 is #DE6047. Grayscale: #7B7B7B. Windows color (decimal): -14573640 or 12099361. OLE color: 12099361.

HSL color Cylindrical-coordinate representation of color #219FB8: hue angle of 189.93º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219FB8 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB33159184-
CMYK0.820.1400.28
HSL189.93º69.59%42.55%-
HSV(B)189.93º82.07%72.16%-
XYZ21.6828.5849.72-
YUV124.18161.7662.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.78%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 184 (72.27% from 255) = 48.94%
R=8.78%
G=42.29%
B=48.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331591840.820.1400.28189.9369.5942.55
Hex219FB852E01Cbe462b
Octal412372701221603427610653
Binary100001100111111011100010100101110011100101111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,159,184); }

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

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

 a { background-color: rgb(33,159,184); }

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

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

 span { border-color: rgb(33,159,184); }

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