#1F9FB6

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

Shades of Pelorous #1F9FB6

Tints of Pelorous #1F9FB6

Color information

#1F9FB6 (or 0x1F9FB6) is unknown color: approx Pelorous. HEX triplet: 1F, 9F and B6. RGB value is (31,159,182). Sum of RGB (Red+Green+Blue) = 31+159+182=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F9FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9FB6 is #E06049. Grayscale: #7B7B7B. Windows color (decimal): -14704714 or 11968287. OLE color: 11968287.

HSL color Cylindrical-coordinate representation of color #1F9FB6: hue angle of 189.14º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F9FB6 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB31159182-
CMYK0.830.1300.29
HSL189.14º70.89%41.76%-
HSV(B)189.14º82.97%71.37%-
XYZ21.4128.4648.62-
YUV123.35161.0962.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.33%
GREEN value IS 159 (62.5% from 255) = 42.74%
BLUE value IS 182 (71.48% from 255) = 48.92%
R=8.33%
G=42.74%
B=48.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal311591820.830.1300.29189.1470.8941.76
Hex1F9FB653D01Dbd472a
Octal372372661231503527510752
Binary11111100111111011011010100111101011101101111011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F9FB6; }

 p { color: rgb(31,159,182); }

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

<style>
 a { background-color: #1F9FB6; }

 a { background-color: rgb(31,159,182); }

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

<style>
 span { border-color: #1F9FB6; }

 span { border-color: rgb(31,159,182); }

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