#1C9BAF

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

Shades of Pelorous #1C9BAF

Tints of Pelorous #1C9BAF

Color information

#1C9BAF (or 0x1C9BAF) is unknown color: approx Pelorous. HEX triplet: 1C, 9B and AF. RGB value is (28,155,175). Sum of RGB (Red+Green+Blue) = 28+155+175=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C9BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9BAF is #E36450. Grayscale: #777777. Windows color (decimal): -14902353 or 11508508. OLE color: 11508508.

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

Color convert

RGB28155175-
CMYK0.840.1100.31
HSL188.16º72.41%39.8%-
HSV(B)188.16º84%68.63%-
XYZ19.9426.7844.68-
YUV119.31159.4262.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.82%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=7.82%
G=43.30%
B=48.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281551750.840.1100.31188.1672.4139.8
Hex1C9BAF54B01Fbc4828
Octal342332571241303727411050
Binary11100100110111010111110101001011011111101111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,155,175); }

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

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

 a { background-color: rgb(28,155,175); }

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

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

 span { border-color: rgb(28,155,175); }

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