#1C9EBF

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

Shades of Pelorous #1C9EBF

Tints of Pelorous #1C9EBF

Color information

#1C9EBF (or 0x1C9EBF) is unknown color: approx Pelorous. HEX triplet: 1C, 9E and BF. RGB value is (28,158,191). Sum of RGB (Red+Green+Blue) = 28+158+191=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C9EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9EBF is #E36140. Grayscale: #7A7A7A. Windows color (decimal): -14901569 or 12557852. OLE color: 12557852.

HSL color Cylindrical-coordinate representation of color #1C9EBF: hue angle of 192.15º 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 #1C9EBF is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28158191-
CMYK0.850.1700.25
HSL192.15º74.43%42.94%-
HSV(B)192.15º85.34%74.9%-
XYZ22.1128.4653.62-
YUV122.89166.4360.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.43%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 191 (75% from 255) = 50.66%
R=7.43%
G=41.91%
B=50.66%

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
Decimal281581910.850.1700.25192.1574.4342.94
Hex1C9EBF5511019c04a2b
Octal342362771252103130011253
Binary111001001111010111111101010110001011001110000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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