#1799D6

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

Shades of Pacific Blue #1799D6

Tints of Pacific Blue #1799D6

Color information

#1799D6 (or 0x1799D6) is unknown color: approx Pacific Blue. HEX triplet: 17, 99 and D6. RGB value is (23,153,214). Sum of RGB (Red+Green+Blue) = 23+153+214=390 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.90% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #1799D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1799D6 is #E86629. Grayscale: #787878. Windows color (decimal): -15230506 or 14063895. OLE color: 14063895.

HSL color Cylindrical-coordinate representation of color #1799D6: hue angle of 199.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1799D6 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB23153214-
CMYK0.890.2900.16
HSL199.16º80.59%46.47%-
HSV(B)199.16º89.25%83.92%-
XYZ23.8827.8267.73-
YUV121.08180.4358.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.90%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=5.90%
G=39.23%
B=54.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal231532140.890.2900.16199.1680.5946.47
Hex1799D6591D010c7512e
Octal272313261313502030712156
Binary101111001100111010110101100111101010000110001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1799D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1799D6; }

 p { color: rgb(23,153,214); }

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

<style>
 a { background-color: #1799D6; }

 a { background-color: rgb(23,153,214); }

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

<style>
 span { border-color: #1799D6; }

 span { border-color: rgb(23,153,214); }

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