#1C98D8

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

Shades of Pacific Blue #1C98D8

Tints of Pacific Blue #1C98D8

Color information

#1C98D8 (or 0x1C98D8) is unknown color: approx Pacific Blue. HEX triplet: 1C, 98 and D8. RGB value is (28,152,216). Sum of RGB (Red+Green+Blue) = 28+152+216=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #1C98D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C98D8 is #E36727. Grayscale: #797979. Windows color (decimal): -14903080 or 14194716. OLE color: 14194716.

HSL color Cylindrical-coordinate representation of color #1C98D8: hue angle of 200.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C98D8 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB28152216-
CMYK0.870.3000.15
HSL200.43º77.05%47.84%-
HSV(B)200.43º87.04%84.71%-
XYZ24.127.6669.03-
YUV122.22180.9260.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.07%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 216 (84.77% from 255) = 54.55%
R=7.07%
G=38.38%
B=54.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal281522160.870.3000.15200.4377.0547.84
Hex1C98D8571E0Fc84d30
Octal342303301273601731011560
Binary11100100110001101100010101111111001111110010001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C98D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,152,216); }

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

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

 a { background-color: rgb(28,152,216); }

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

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

 span { border-color: rgb(28,152,216); }

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