#1F9EB6

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

Shades of Pelorous #1F9EB6

Tints of Pelorous #1F9EB6

Color information

#1F9EB6 (or 0x1F9EB6) is unknown color: approx Pelorous. HEX triplet: 1F, 9E and B6. RGB value is (31,158,182). Sum of RGB (Red+Green+Blue) = 31+158+182=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F9EB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9EB6 is #E06149. Grayscale: #7A7A7A. Windows color (decimal): -14704970 or 11968031. OLE color: 11968031.

HSL color Cylindrical-coordinate representation of color #1F9EB6: hue angle of 189.54º 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 #1F9EB6 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB31158182-
CMYK0.830.1300.29
HSL189.54º70.89%41.76%-
HSV(B)189.54º82.97%71.37%-
XYZ21.2428.1248.56-
YUV122.76161.4262.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.36%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=8.36%
G=42.59%
B=49.06%

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
Decimal311581820.830.1300.29189.5470.8941.76
Hex1F9EB653D01Dbe472a
Octal372362661231503527610752
Binary11111100111101011011010100111101011101101111101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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