#1C8CA7

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

Shades of Pelorous #1C8CA7

Tints of Pelorous #1C8CA7

Color information

#1C8CA7 (or 0x1C8CA7) is unknown color: approx Pelorous. HEX triplet: 1C, 8C and A7. RGB value is (28,140,167). Sum of RGB (Red+Green+Blue) = 28+140+167=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #1C8CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8CA7 is #E37358. Grayscale: #6D6D6D. Windows color (decimal): -14906201 or 10980380. OLE color: 10980380.

HSL color Cylindrical-coordinate representation of color #1C8CA7: hue angle of 191.65º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C8CA7 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB28140167-
CMYK0.830.1600.35
HSL191.65º71.28%38.24%-
HSV(B)191.65º83.23%65.49%-
XYZ16.8321.7939.88-
YUV109.59160.3969.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 167 (65.62% from 255) = 49.85%
R=8.36%
G=41.79%
B=49.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281401670.830.1600.35191.6571.2838.24
Hex1C8CA75310023c04726
Octal342142471232004330010746
Binary1110010001100101001111010011100000100011110000001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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