#1F96AB

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

Shades of Pelorous #1F96AB

Tints of Pelorous #1F96AB

Color information

#1F96AB (or 0x1F96AB) is unknown color: approx Pelorous. HEX triplet: 1F, 96 and AB. RGB value is (31,150,171). Sum of RGB (Red+Green+Blue) = 31+150+171=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F96AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F96AB is #E06954. Grayscale: #747474. Windows color (decimal): -14707029 or 11245087. OLE color: 11245087.

HSL color Cylindrical-coordinate representation of color #1F96AB: hue angle of 189º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F96AB is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB31150171-
CMYK0.820.1200.33
HSL189º69.31%39.61%-
HSV(B)189º81.87%67.06%-
XYZ18.8225.0442.37-
YUV116.81158.5866.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.81%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=8.81%
G=42.61%
B=48.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311501710.820.1200.3318969.3139.61
Hex1F96AB52C021bd4528
Octal372262531221404127510550
Binary111111001011010101011101001011000100001101111011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,150,171); }

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

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

 a { background-color: rgb(31,150,171); }

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

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

 span { border-color: rgb(31,150,171); }

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