#1C92AA

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

Shades of Pelorous #1C92AA

Tints of Pelorous #1C92AA

Color information

#1C92AA (or 0x1C92AA) is unknown color: approx Pelorous. HEX triplet: 1C, 92 and AA. RGB value is (28,146,170). Sum of RGB (Red+Green+Blue) = 28+146+170=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C92AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C92AA is #E36D55. Grayscale: #717171. Windows color (decimal): -14904662 or 11178524. OLE color: 11178524.

HSL color Cylindrical-coordinate representation of color #1C92AA: hue angle of 190.14º 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 #1C92AA is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28146170-
CMYK0.840.1400.33
HSL190.14º71.72%38.82%-
HSV(B)190.14º83.53%66.67%-
XYZ18.0123.7141.66-
YUV113.45159.9167.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.14%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=8.14%
G=42.44%
B=49.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281461700.840.1400.33190.1471.7238.82
Hex1C92AA54E021be4827
Octal342222521241604127611047
Binary111001001001010101010101010011100100001101111101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C92AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,146,170); }

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

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

 a { background-color: rgb(28,146,170); }

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

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

 span { border-color: rgb(28,146,170); }

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