#1C99AB

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

Shades of Pelorous #1C99AB

Tints of Pelorous #1C99AB

Color information

#1C99AB (or 0x1C99AB) is unknown color: approx Pelorous. HEX triplet: 1C, 99 and AB. RGB value is (28,153,171). Sum of RGB (Red+Green+Blue) = 28+153+171=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C99AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C99AB is #E36654. Grayscale: #757575. Windows color (decimal): -14902869 or 11245852. OLE color: 11245852.

HSL color Cylindrical-coordinate representation of color #1C99AB: hue angle of 187.55º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C99AB is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28153171-
CMYK0.840.1100.33
HSL187.55º71.86%39.02%-
HSV(B)187.55º83.63%67.06%-
XYZ19.2225.9742.53-
YUV117.68158.0964.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.95%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=7.95%
G=43.47%
B=48.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281531710.840.1100.33187.5571.8639.02
Hex1C99AB54B021bc4827
Octal342312531241304127411047
Binary111001001100110101011101010010110100001101111001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C99AB; }

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

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

<style>
 a { background-color: #1C99AB; }

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

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

<style>
 span { border-color: #1C99AB; }

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

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