#1F9FB0

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

Shades of Pelorous #1F9FB0

Tints of Pelorous #1F9FB0

Color information

#1F9FB0 (or 0x1F9FB0) is unknown color: approx Pelorous. HEX triplet: 1F, 9F and B0. RGB value is (31,159,176). Sum of RGB (Red+Green+Blue) = 31+159+176=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F9FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9FB0 is #E0604F. Grayscale: #7A7A7A. Windows color (decimal): -14704720 or 11575071. OLE color: 11575071.

HSL color Cylindrical-coordinate representation of color #1F9FB0: hue angle of 187.03º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F9FB0 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB31159176-
CMYK0.820.1000.31
HSL187.03º70.05%40.59%-
HSV(B)187.03º82.39%69.02%-
XYZ20.828.2245.43-
YUV122.67158.0962.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.47%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=8.47%
G=43.44%
B=48.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311591760.820.1000.31187.0370.0540.59
Hex1F9FB052A01Fbb4629
Octal372372601221203727310651
Binary11111100111111011000010100101010011111101110111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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