#1C93AE

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

Shades of Pelorous #1C93AE

Tints of Pelorous #1C93AE

Color information

#1C93AE (or 0x1C93AE) is unknown color: approx Pelorous. HEX triplet: 1C, 93 and AE. RGB value is (28,147,174). Sum of RGB (Red+Green+Blue) = 28+147+174=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C93AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C93AE is #E36C51. Grayscale: #727272. Windows color (decimal): -14904402 or 11440924. OLE color: 11440924.

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

Color convert

RGB28147174-
CMYK0.840.1600.32
HSL191.1º72.28%39.61%-
HSV(B)191.1º83.91%68.24%-
XYZ18.5524.1743.73-
YUV114.5161.5866.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.02%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=8.02%
G=42.12%
B=49.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281471740.840.1600.32191.172.2839.61
Hex1C93AE5410020bf4828
Octal342232561242004027711050
Binary1110010010011101011101010100100000100000101111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,147,174); }

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

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

 a { background-color: rgb(28,147,174); }

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

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

 span { border-color: rgb(28,147,174); }

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