#1799AA

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

Shades of Pelorous #1799AA

Tints of Pelorous #1799AA

Color information

#1799AA (or 0x1799AA) is unknown color: approx Pelorous. HEX triplet: 17, 99 and AA. RGB value is (23,153,170). Sum of RGB (Red+Green+Blue) = 23+153+170=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #1799AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1799AA is #E86655. Grayscale: #737373. Windows color (decimal): -15230550 or 11180311. OLE color: 11180311.

HSL color Cylindrical-coordinate representation of color #1799AA: hue angle of 186.94º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1799AA is Cyan = 0.86, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23153170-
CMYK0.860.100.33
HSL186.94º76.17%37.84%-
HSV(B)186.94º86.47%66.67%-
XYZ1925.8742.02-
YUV116.07158.4361.62-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.65%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=6.65%
G=44.22%
B=49.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231531700.860.100.33186.9476.1737.84
Hex1799AA56A021bb4c26
Octal272312521261204127311446
Binary101111001100110101010101011010100100001101110111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1799AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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