#1F9BAA

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

Shades of Pelorous #1F9BAA

Tints of Pelorous #1F9BAA

Color information

#1F9BAA (or 0x1F9BAA) is unknown color: approx Pelorous. HEX triplet: 1F, 9B and AA. RGB value is (31,155,170). Sum of RGB (Red+Green+Blue) = 31+155+170=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F9BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9BAA is #E06455. Grayscale: #777777. Windows color (decimal): -14705750 or 11180831. OLE color: 11180831.

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

Color convert

RGB31155170-
CMYK0.820.0900.33
HSL186.47º69.15%39.41%-
HSV(B)186.47º81.76%66.67%-
XYZ19.5426.6442.14-
YUV119.63156.4264.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.71%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=8.71%
G=43.54%
B=47.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311551700.820.0900.33186.4769.1539.41
Hex1F9BAA529021ba4527
Octal372332521221104127210547
Binary111111001101110101010101001010010100001101110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,155,170); }

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

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

 a { background-color: rgb(31,155,170); }

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

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

 span { border-color: rgb(31,155,170); }

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