#1c8ed4

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

Shades of Pacific Blue #1C8ED4

Tints of Pacific Blue #1C8ED4

Color information

#1C8ED4 (or 0x1C8ED4) is unknown color: approx Pacific Blue. HEX triplet: 1C, 8E and D4. RGB value is (28,142,212). Sum of RGB (Red+Green+Blue) = 28+142+212=382 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.33% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #1C8ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8ED4 is #E3712B. Grayscale: #737373. Windows color (decimal): -14905644 or 13930012. OLE color: 13930012.

HSL color Cylindrical-coordinate representation of color #1C8ED4: hue angle of 202.83º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C8ED4 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB28142212-
CMYK0.870.3300.17
HSL202.83º76.67%47.06%-
HSV(B)202.83º86.79%83.14%-
XYZ22.0424.3565.83-
YUV115.89182.2365.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.33%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 212 (83.20% from 255) = 55.50%
R=7.33%
G=37.17%
B=55.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal281422120.870.3300.17202.8376.6747.06
Hex1C8ED45721011cb4d2f
Octal342163241274102131311557
Binary1110010001110110101001010111100001010001110010111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c8ed4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,142,212); }

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

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

 a { background-color: rgb(28,142,212); }

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

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

 span { border-color: rgb(28,142,212); }

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