#1F9AC0

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

Shades of Pelorous #1F9AC0

Tints of Pelorous #1F9AC0

Color information

#1F9AC0 (or 0x1F9AC0) is unknown color: approx Pelorous. HEX triplet: 1F, 9A and C0. RGB value is (31,154,192). Sum of RGB (Red+Green+Blue) = 31+154+192=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F9AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9AC0 is #E0653F. Grayscale: #797979. Windows color (decimal): -14705984 or 12622367. OLE color: 12622367.

HSL color Cylindrical-coordinate representation of color #1F9AC0: hue angle of 194.16º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F9AC0 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31154192-
CMYK0.840.2000.25
HSL194.16º72.2%43.73%-
HSV(B)194.16º83.85%75.29%-
XYZ21.6427.2153.98-
YUV121.56167.7563.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.22%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 192 (75.39% from 255) = 50.93%
R=8.22%
G=40.85%
B=50.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311541920.840.2000.25194.1672.243.73
Hex1F9AC05414019c2482c
Octal372323001242403130211054
Binary111111001101011000000101010010100011001110000101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,154,192); }

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

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

 a { background-color: rgb(31,154,192); }

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

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

 span { border-color: rgb(31,154,192); }

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