#1C9FAA

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

Shades of Pelorous #1C9FAA

Tints of Pelorous #1C9FAA

Color information

#1C9FAA (or 0x1C9FAA) is unknown color: approx Pelorous. HEX triplet: 1C, 9F and AA. RGB value is (28,159,170). Sum of RGB (Red+Green+Blue) = 28+159+170=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C9FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9FAA is #E36055. Grayscale: #787878. Windows color (decimal): -14901334 or 11181852. OLE color: 11181852.

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

Color convert

RGB28159170-
CMYK0.840.0600.33
HSL184.65º71.72%38.82%-
HSV(B)184.65º83.53%66.67%-
XYZ20.1327.9542.36-
YUV121.08155.661.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.84%
GREEN value IS 159 (62.5% from 255) = 44.54%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=7.84%
G=44.54%
B=47.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281591700.840.0600.33184.6571.7238.82
Hex1C9FAA546021b94827
Octal34237252124604127111047
Binary11100100111111010101010101001100100001101110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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