#1798CA

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

Shades of Pacific Blue #1798CA

Tints of Pacific Blue #1798CA

Color information

#1798CA (or 0x1798CA) is unknown color: approx Pacific Blue. HEX triplet: 17, 98 and CA. RGB value is (23,152,202). Sum of RGB (Red+Green+Blue) = 23+152+202=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #1798CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1798CA is #E86735. Grayscale: #767676. Windows color (decimal): -15230774 or 13277207. OLE color: 13277207.

HSL color Cylindrical-coordinate representation of color #1798CA: hue angle of 196.76º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1798CA is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB23152202-
CMYK0.890.2500.21
HSL196.76º79.56%44.12%-
HSV(B)196.76º88.61%79.22%-
XYZ22.2426.959.9-
YUV119.13174.7659.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.10%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=6.10%
G=40.32%
B=53.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal231522020.890.2500.21196.7679.5644.12
Hex1798CA5919015c5502c
Octal272303121313102530512054
Binary101111001100011001010101100111001010101110001011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1798CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1798CA; }

 p { color: rgb(23,152,202); }

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

<style>
 a { background-color: #1798CA; }

 a { background-color: rgb(23,152,202); }

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

<style>
 span { border-color: #1798CA; }

 span { border-color: rgb(23,152,202); }

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