#1C92D4

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

Shades of Pacific Blue #1C92D4

Tints of Pacific Blue #1C92D4

Color information

#1C92D4 (or 0x1C92D4) is unknown color: approx Pacific Blue. HEX triplet: 1C, 92 and D4. RGB value is (28,146,212). Sum of RGB (Red+Green+Blue) = 28+146+212=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #1C92D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C92D4 is #E36D2B. Grayscale: #757575. Windows color (decimal): -14904620 or 13931036. OLE color: 13931036.

HSL color Cylindrical-coordinate representation of color #1C92D4: hue angle of 201.52º 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 #1C92D4 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB28146212-
CMYK0.870.3100.17
HSL201.52º76.67%47.06%-
HSV(B)201.52º86.79%83.14%-
XYZ22.6425.5666.03-
YUV118.24180.9163.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 212 (83.20% from 255) = 54.92%
R=7.25%
G=37.82%
B=54.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal281462120.870.3100.17201.5276.6747.06
Hex1C92D4571F011ca4d2f
Octal342223241273702131211557
Binary111001001001011010100101011111111010001110010101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C92D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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