#199EB0

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

Shades of Pelorous #199EB0

Tints of Pelorous #199EB0

Color information

#199EB0 (or 0x199EB0) is unknown color: approx Pelorous. HEX triplet: 19, 9E and B0. RGB value is (25,158,176). Sum of RGB (Red+Green+Blue) = 25+158+176=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #199EB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199EB0 is #E6614F. Grayscale: #787878. Windows color (decimal): -15098192 or 11574809. OLE color: 11574809.

HSL color Cylindrical-coordinate representation of color #199EB0: hue angle of 187.15º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199EB0 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25158176-
CMYK0.860.1000.31
HSL187.15º75.12%39.41%-
HSV(B)187.15º85.8%69.02%-
XYZ20.4627.7945.36-
YUV120.28159.4460.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.96%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 176 (69.14% from 255) = 49.03%
R=6.96%
G=44.01%
B=49.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251581760.860.1000.31187.1575.1239.41
Hex199EB056A01Fbb4b27
Octal312362601261203727311347
Binary11001100111101011000010101101010011111101110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,158,176); }

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

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

 a { background-color: rgb(25,158,176); }

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

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

 span { border-color: rgb(25,158,176); }

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