#1C9FBF

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

Shades of Pelorous #1C9FBF

Tints of Pelorous #1C9FBF

Color information

#1C9FBF (or 0x1C9FBF) is unknown color: approx Pelorous. HEX triplet: 1C, 9F and BF. RGB value is (28,159,191). Sum of RGB (Red+Green+Blue) = 28+159+191=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C9FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9FBF is #E36040. Grayscale: #7B7B7B. Windows color (decimal): -14901313 or 12558108. OLE color: 12558108.

HSL color Cylindrical-coordinate representation of color #1C9FBF: hue angle of 191.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C9FBF is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28159191-
CMYK0.850.1700.25
HSL191.78º74.43%42.94%-
HSV(B)191.78º85.34%74.9%-
XYZ22.2828.853.68-
YUV123.48166.159.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.41%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 191 (75% from 255) = 50.53%
R=7.41%
G=42.06%
B=50.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281591910.850.1700.25191.7874.4342.94
Hex1C9FBF5511019c04a2b
Octal342372771252103130011253
Binary111001001111110111111101010110001011001110000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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