#1C8DA7

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

Shades of Pelorous #1C8DA7

Tints of Pelorous #1C8DA7

Color information

#1C8DA7 (or 0x1C8DA7) is unknown color: approx Pelorous. HEX triplet: 1C, 8D and A7. RGB value is (28,141,167). Sum of RGB (Red+Green+Blue) = 28+141+167=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #1C8DA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8DA7 is #E37258. Grayscale: #6D6D6D. Windows color (decimal): -14905945 or 10980636. OLE color: 10980636.

HSL color Cylindrical-coordinate representation of color #1C8DA7: hue angle of 191.22º 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 #1C8DA7 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB28141167-
CMYK0.830.1600.35
HSL191.22º71.28%38.24%-
HSV(B)191.22º83.23%65.49%-
XYZ16.9822.0939.93-
YUV110.18160.0669.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.33%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 167 (65.62% from 255) = 49.70%
R=8.33%
G=41.96%
B=49.70%

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
Decimal281411670.830.1600.35191.2271.2838.24
Hex1C8DA75310023bf4726
Octal342152471232004327710746
Binary1110010001101101001111010011100000100011101111111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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