#199BBF

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

Shades of Pelorous #199BBF

Tints of Pelorous #199BBF

Color information

#199BBF (or 0x199BBF) is unknown color: approx Pelorous. HEX triplet: 19, 9B and BF. RGB value is (25,155,191). Sum of RGB (Red+Green+Blue) = 25+155+191=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #199BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BBF is #E66440. Grayscale: #777777. Windows color (decimal): -15098945 or 12557081. OLE color: 12557081.

HSL color Cylindrical-coordinate representation of color #199BBF: hue angle of 193.01º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199BBF is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25155191-
CMYK0.870.1900.25
HSL193.01º76.85%42.35%-
HSV(B)193.01º86.91%74.9%-
XYZ21.5327.4153.45-
YUV120.23167.9360.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.74%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 191 (75% from 255) = 51.48%
R=6.74%
G=41.78%
B=51.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251551910.870.1900.25193.0176.8542.35
Hex199BBF5713019c14d2a
Octal312332771272303130111552
Binary110011001101110111111101011110011011001110000011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199BBF; }

 p { color: rgb(25,155,191); }

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

<style>
 a { background-color: #199BBF; }

 a { background-color: rgb(25,155,191); }

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

<style>
 span { border-color: #199BBF; }

 span { border-color: rgb(25,155,191); }

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