#1299AB

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

Shades of Pelorous #1299AB

Tints of Pelorous #1299AB

Color information

#1299AB (or 0x1299AB) is unknown color: approx Pelorous. HEX triplet: 12, 99 and AB. RGB value is (18,153,171). Sum of RGB (Red+Green+Blue) = 18+153+171=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #1299AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1299AB is #ED6654. Grayscale: #727272. Windows color (decimal): -15558229 or 11245842. OLE color: 11245842.

HSL color Cylindrical-coordinate representation of color #1299AB: hue angle of 187.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1299AB is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18153171-
CMYK0.890.1100.33
HSL187.06º80.95%37.06%-
HSV(B)187.06º89.47%67.06%-
XYZ18.9925.8542.52-
YUV114.69159.7759.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.26%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 171 (67.19% from 255) = 50%
R=5.26%
G=44.74%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181531710.890.1100.33187.0680.9537.06
Hex1299AB59B021bb5125
Octal222312531311304127312145
Binary100101001100110101011101100110110100001101110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1299AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1299AB; }

 p { color: rgb(18,153,171); }

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

<style>
 a { background-color: #1299AB; }

 a { background-color: rgb(18,153,171); }

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

<style>
 span { border-color: #1299AB; }

 span { border-color: rgb(18,153,171); }

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