#1F97A6

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

Shades of Pelorous #1F97A6

Tints of Pelorous #1F97A6

Color information

#1F97A6 (or 0x1F97A6) is unknown color: approx Pelorous. HEX triplet: 1F, 97 and A6. RGB value is (31,151,166). Sum of RGB (Red+Green+Blue) = 31+151+166=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 166 - color contains mainly: blue. Hex color #1F97A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F97A6 is #E06859. Grayscale: #747474. Windows color (decimal): -14706778 or 10917663. OLE color: 10917663.

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

Color convert

RGB31151166-
CMYK0.810.0900.35
HSL186.67º68.53%38.63%-
HSV(B)186.67º81.33%65.1%-
XYZ18.5125.1839.96-
YUV116.83155.7466.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.91%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 166 (65.23% from 255) = 47.70%
R=8.91%
G=43.39%
B=47.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311511660.810.0900.35186.6768.5338.63
Hex1F97A6519023bb4527
Octal372272461211104327310547
Binary111111001011110100110101000110010100011101110111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F97A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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