#1793CD

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

Shades of Pacific Blue #1793CD

Tints of Pacific Blue #1793CD

Color information

#1793CD (or 0x1793CD) is unknown color: approx Pacific Blue. HEX triplet: 17, 93 and CD. RGB value is (23,147,205). Sum of RGB (Red+Green+Blue) = 23+147+205=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #1793CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1793CD is #E86C32. Grayscale: #747474. Windows color (decimal): -15232051 or 13472535. OLE color: 13472535.

HSL color Cylindrical-coordinate representation of color #1793CD: hue angle of 199.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1793CD is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB23147205-
CMYK0.890.2800.20
HSL199.12º79.82%44.71%-
HSV(B)199.12º88.78%80.39%-
XYZ21.8125.4661.52-
YUV116.54177.9261.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.13%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=6.13%
G=39.2%
B=54.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal231472050.890.2800.20199.1279.8244.71
Hex1793CD591C014c7502d
Octal272233151313402430712055
Binary101111001001111001101101100111100010100110001111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1793CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1793CD; }

 p { color: rgb(23,147,205); }

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

<style>
 a { background-color: #1793CD; }

 a { background-color: rgb(23,147,205); }

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

<style>
 span { border-color: #1793CD; }

 span { border-color: rgb(23,147,205); }

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