#1F97B7

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

Shades of Pelorous #1F97B7

Tints of Pelorous #1F97B7

Color information

#1F97B7 (or 0x1F97B7) is unknown color: approx Pelorous. HEX triplet: 1F, 97 and B7. RGB value is (31,151,183). Sum of RGB (Red+Green+Blue) = 31+151+183=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F97B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F97B7 is #E06848. Grayscale: #767676. Windows color (decimal): -14706761 or 12031775. OLE color: 12031775.

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

Color convert

RGB31151183-
CMYK0.830.1700.28
HSL192.63º71.03%41.96%-
HSV(B)192.63º83.06%71.76%-
XYZ20.1825.8448.72-
YUV118.77164.2465.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.49%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 183 (71.88% from 255) = 50.14%
R=8.49%
G=41.37%
B=50.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal311511830.830.1700.28192.6371.0341.96
Hex1F97B7531101Cc1472a
Octal372272671232103430110752
Binary111111001011110110111101001110001011100110000011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F97B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,151,183); }

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

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

 a { background-color: rgb(31,151,183); }

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

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

 span { border-color: rgb(31,151,183); }

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