#1788AF

Color #1788AF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1788AF

Tints of Pelorous #1788AF

Color information

#1788AF (or 0x1788AF) is unknown color: approx Pelorous. HEX triplet: 17, 88 and AF. RGB value is (23,136,175). Sum of RGB (Red+Green+Blue) = 23+136+175=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #1788AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1788AF is #E87750. Grayscale: #6A6A6A. Windows color (decimal): -15234897 or 11503639. OLE color: 11503639.

HSL color Cylindrical-coordinate representation of color #1788AF: hue angle of 195.39º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1788AF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB23136175-
CMYK0.870.2200.31
HSL195.39º76.77%38.82%-
HSV(B)195.39º86.86%68.63%-
XYZ16.920.8943.7-
YUV106.66166.5668.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.89%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=6.89%
G=40.72%
B=52.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal231361750.870.2200.31195.3976.7738.82
Hex1788AF571601Fc34d27
Octal272102571272603730311547
Binary101111000100010101111101011110110011111110000111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1788AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1788AF; }

 p { color: rgb(23,136,175); }

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

<style>
 a { background-color: #1788AF; }

 a { background-color: rgb(23,136,175); }

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

<style>
 span { border-color: #1788AF; }

 span { border-color: rgb(23,136,175); }

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