#1F99BE

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

Shades of Pelorous #1F99BE

Tints of Pelorous #1F99BE

Color information

#1F99BE (or 0x1F99BE) is unknown color: approx Pelorous. HEX triplet: 1F, 99 and BE. RGB value is (31,153,190). Sum of RGB (Red+Green+Blue) = 31+153+190=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F99BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99BE is #E06641. Grayscale: #787878. Windows color (decimal): -14706242 or 12491039. OLE color: 12491039.

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

Color convert

RGB31153190-
CMYK0.840.1900.25
HSL193.96º71.95%43.33%-
HSV(B)193.96º83.68%74.51%-
XYZ21.2526.7952.77-
YUV120.74167.0863.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.29%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=8.29%
G=40.91%
B=50.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311531900.840.1900.25193.9671.9543.33
Hex1F99BE5413019c2482b
Octal372312761242303130211053
Binary111111001100110111110101010010011011001110000101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,153,190); }

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

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

 a { background-color: rgb(31,153,190); }

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

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

 span { border-color: rgb(31,153,190); }

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