#1C9AAA

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

Shades of Pelorous #1C9AAA

Tints of Pelorous #1C9AAA

Color information

#1C9AAA (or 0x1C9AAA) is unknown color: approx Pelorous. HEX triplet: 1C, 9A and AA. RGB value is (28,154,170). Sum of RGB (Red+Green+Blue) = 28+154+170=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9AAA is #E36555. Grayscale: #757575. Windows color (decimal): -14902614 or 11180572. OLE color: 11180572.

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

Color convert

RGB28154170-
CMYK0.840.0900.33
HSL186.76º71.72%38.82%-
HSV(B)186.76º83.53%66.67%-
XYZ19.2926.2642.08-
YUV118.15157.2663.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.95%
GREEN value IS 154 (60.55% from 255) = 43.75%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=7.95%
G=43.75%
B=48.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281541700.840.0900.33186.7671.7238.82
Hex1C9AAA549021bb4827
Octal342322521241104127311047
Binary111001001101010101010101010010010100001101110111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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