#1C8CAD

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

Shades of Pelorous #1C8CAD

Tints of Pelorous #1C8CAD

Color information

#1C8CAD (or 0x1C8CAD) is unknown color: approx Pelorous. HEX triplet: 1C, 8C and AD. RGB value is (28,140,173). Sum of RGB (Red+Green+Blue) = 28+140+173=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C8CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8CAD is #E37352. Grayscale: #6E6E6E. Windows color (decimal): -14906195 or 11373596. OLE color: 11373596.

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

Color convert

RGB28140173-
CMYK0.840.1900.32
HSL193.66º72.14%39.41%-
HSV(B)193.66º83.82%67.84%-
XYZ17.422.0242.87-
YUV110.27163.3969.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.21%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=8.21%
G=41.06%
B=50.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281401730.840.1900.32193.6672.1439.41
Hex1C8CAD5413020c24827
Octal342142551242304030211047
Binary1110010001100101011011010100100110100000110000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,140,173); }

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

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

 a { background-color: rgb(28,140,173); }

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

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

 span { border-color: rgb(28,140,173); }

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