#1C96CF

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

Shades of Pacific Blue #1C96CF

Tints of Pacific Blue #1C96CF

Color information

#1C96CF (or 0x1C96CF) is unknown color: approx Pacific Blue. HEX triplet: 1C, 96 and CF. RGB value is (28,150,207). Sum of RGB (Red+Green+Blue) = 28+150+207=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C96CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C96CF is #E36930. Grayscale: #777777. Windows color (decimal): -14903601 or 13604380. OLE color: 13604380.

HSL color Cylindrical-coordinate representation of color #1C96CF: hue angle of 199.11º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C96CF is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB28150207-
CMYK0.860.2800.19
HSL199.11º76.17%46.08%-
HSV(B)199.11º86.47%81.18%-
XYZ22.6526.5662.97-
YUV120.02177.0862.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.27%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=7.27%
G=38.96%
B=53.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal281502070.860.2800.19199.1176.1746.08
Hex1C96CF561C013c74c2e
Octal342263171263402330711456
Binary111001001011011001111101011011100010011110001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C96CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,150,207); }

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

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

 a { background-color: rgb(28,150,207); }

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

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

 span { border-color: rgb(28,150,207); }

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