#199ACF

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

Shades of Pacific Blue #199ACF

Tints of Pacific Blue #199ACF

Color information

#199ACF (or 0x199ACF) is unknown color: approx Pacific Blue. HEX triplet: 19, 9A and CF. RGB value is (25,154,207). Sum of RGB (Red+Green+Blue) = 25+154+207=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #199ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ACF is #E66530. Grayscale: #797979. Windows color (decimal): -15099185 or 13605401. OLE color: 13605401.

HSL color Cylindrical-coordinate representation of color #199ACF: hue angle of 197.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199ACF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB25154207-
CMYK0.880.2600.19
HSL197.47º78.45%45.49%-
HSV(B)197.47º87.92%81.18%-
XYZ23.2227.8263.18-
YUV121.47176.2659.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.48%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 207 (81.25% from 255) = 53.63%
R=6.48%
G=39.90%
B=53.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal251542070.880.2600.19197.4778.4545.49
Hex199ACF581A013c54e2d
Octal312323171303202330511655
Binary110011001101011001111101100011010010011110001011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,154,207); }

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

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

 a { background-color: rgb(25,154,207); }

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

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

 span { border-color: rgb(25,154,207); }

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