#1C8CCC

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

Shades of Pelorous #1C8CCC

Tints of Pelorous #1C8CCC

Color information

#1C8CCC (or 0x1C8CCC) is unknown color: approx Pelorous. HEX triplet: 1C, 8C and CC. RGB value is (28,140,204). Sum of RGB (Red+Green+Blue) = 28+140+204=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C8CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8CCC is #E37333. Grayscale: #717171. Windows color (decimal): -14906164 or 13405212. OLE color: 13405212.

HSL color Cylindrical-coordinate representation of color #1C8CCC: hue angle of 201.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C8CCC is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB28140204-
CMYK0.860.3100.2
HSL201.82º75.86%45.49%-
HSV(B)201.82º86.27%80%-
XYZ20.7623.3660.54-
YUV113.81178.8966.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.53%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 204 (80.08% from 255) = 54.84%
R=7.53%
G=37.63%
B=54.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal281402040.860.3100.2201.8275.8645.49
Hex1C8CCC561F014ca4c2d
Octal342143141263702431211455
Binary111001000110011001100101011011111010100110010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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