#199ED3

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

Shades of Pacific Blue #199ED3

Tints of Pacific Blue #199ED3

Color information

#199ED3 (or 0x199ED3) is unknown color: approx Pacific Blue. HEX triplet: 19, 9E and D3. RGB value is (25,158,211). Sum of RGB (Red+Green+Blue) = 25+158+211=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 211 (82.81% from 255 or 53.55% from 394); Max value from RGB is 211 - color contains mainly: blue. Hex color #199ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ED3 is #E6612C. Grayscale: #7B7B7B. Windows color (decimal): -15098157 or 13868569. OLE color: 13868569.

HSL color Cylindrical-coordinate representation of color #199ED3: hue angle of 197.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199ED3 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB25158211-
CMYK0.880.2500.17
HSL197.1º78.81%46.27%-
HSV(B)197.1º88.15%82.75%-
XYZ24.3929.3666.01-
YUV124.28176.9457.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.35%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 211 (82.81% from 255) = 53.55%
R=6.35%
G=40.10%
B=53.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal251582110.880.2500.17197.178.8146.27
Hex199ED35819011c54f2e
Octal312363231303102130511756
Binary110011001111011010011101100011001010001110001011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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